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 void
close()
Buffer
read()
void
setDataStream(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
-
-