public class FileInput extends Object implements Serializable
Constructor and Description |
---|
FileInput(String filename,
byte[] content) |
Modifier and Type | Method and Description |
---|---|
byte[] |
getContent() |
String |
getFilename() |
void |
setContent(byte[] content) |
void |
setFilename(String filename) |
Apache Camel