Package org.globus.ftp.dc
Interface DataChannelWriter
-
- All Known Implementing Classes:
EBlockImageDCWriter,StreamAsciiDCWriter,StreamImageDCWriter
public interface DataChannelWriter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose()voidendOfData()voidsetDataStream(java.io.OutputStream out)voidwrite(Buffer buffer)
-
-
-
Method Detail
-
setDataStream
void setDataStream(java.io.OutputStream out)
-
write
void write(Buffer buffer) throws java.io.IOException
- Throws:
java.io.IOException
-
endOfData
void endOfData() throws java.io.IOException- Throws:
java.io.IOException
-
close
void close() throws java.io.IOException- Throws:
java.io.IOException
-
-