Uses of Class
org.globus.ftp.Buffer
-
Packages that use Buffer Package Description org.globus.ftp org.globus.ftp.dc -
-
Uses of Buffer in org.globus.ftp
Methods in org.globus.ftp that return Buffer Modifier and Type Method Description BufferDataSource. read()Reads a data buffer from this data source.BufferDataSourceStream. read()BufferFileRandomIO. read()In this implementation, each read() returns data sequentially.BufferOutputStreamDataSource. read()Methods in org.globus.ftp with parameters of type Buffer Modifier and Type Method Description voidDataSink. write(Buffer buffer)Writes the specified buffer to this data sink.voidDataSinkStream. write(Buffer buffer)voidFileRandomIO. write(Buffer buffer)voidInputStreamDataSink. write(Buffer buffer) -
Uses of Buffer in org.globus.ftp.dc
Methods in org.globus.ftp.dc that return Buffer Modifier and Type Method Description BufferDataChannelReader. read()BufferEBlockImageDCReader. read()BufferStreamAsciiDCReader. read()BufferStreamImageDCReader. read()BufferAsciiTranslator. translate(Buffer buffer)Methods in org.globus.ftp.dc with parameters of type Buffer Modifier and Type Method Description BufferAsciiTranslator. translate(Buffer buffer)voidDataChannelWriter. write(Buffer buffer)voidEBlockImageDCWriter. write(Buffer buf)voidStreamAsciiDCWriter. write(Buffer buffer)voidStreamImageDCWriter. write(Buffer buf)
-