Package org.globus.ftp.dc
Interface DataChannelReader
-
- All Known Implementing Classes:
EBlockImageDCReader,StreamAsciiDCReader,StreamImageDCReader
public interface DataChannelReader
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose()Bufferread()voidsetDataStream(java.io.InputStream in)
-
-
-
Method Detail
-
setDataStream
void setDataStream(java.io.InputStream in)
-
read
Buffer read() throws java.io.IOException
- Returns:
- Buffer of read data or null if end of data
- Throws:
java.io.IOException
-
close
void close() throws java.io.IOException- Throws:
java.io.IOException
-
-