org.apache.camel.component.file.remote
Class RemoteFileConverter

java.lang.Object
  extended by 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 $

Method Summary
static byte[] toByteArray(ByteArrayOutputStream os)
           
static InputStream toInputStream(ByteArrayOutputStream os)
           
static String toString(ByteArrayOutputStream os)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

toByteArray

public static byte[] toByteArray(ByteArrayOutputStream os)

toString

public static String toString(ByteArrayOutputStream os)

toInputStream

public static InputStream toInputStream(ByteArrayOutputStream os)


Apache CAMEL