public class FileToByteArrayTransformer extends AbstractFilePayloadTransformer<byte[]>
| Constructor and Description |
|---|
FileToByteArrayTransformer() |
| Modifier and Type | Method and Description |
|---|---|
protected byte[] |
transformFile(File file)
Subclasses must implement this method to transform the File contents.
|
setDeleteFiles, transformprotected final byte[] transformFile(File file) throws Exception
AbstractFilePayloadTransformertransformFile in class AbstractFilePayloadTransformer<byte[]>ExceptionCopyright © 2016. All rights reserved.