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(OutputStream out)voidwrite(Buffer buffer)
-
-
-
Method Detail
-
setDataStream
void setDataStream(OutputStream out)
-
write
void write(Buffer buffer) throws IOException
- Throws:
IOException
-
endOfData
void endOfData() throws IOException- Throws:
IOException
-
close
void close() throws IOException- Throws:
IOException
-
-