org.apache.camel.component.file.remote
Class RemoteFileConverter
java.lang.Object
org.apache.camel.component.file.remote.RemoteFileConverter
public final class RemoteFileConverter
- extends Object
A set of converter methods for working with remote file types
- Version:
- $Revision: 680078 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
toByteArray
public static byte[] toByteArray(ByteArrayOutputStream os)
toString
public static String toString(ByteArrayOutputStream os)
toInputStream
public static InputStream toInputStream(ByteArrayOutputStream os)
Apache CAMEL