org.globus.ftp.dc
Interface DataChannelWriter

All Known Implementing Classes:
EBlockImageDCWriter, StreamAsciiDCWriter, StreamImageDCWriter

public interface DataChannelWriter


Method Summary
 void close()
           
 void endOfData()
           
 void setDataStream(java.io.OutputStream out)
           
 void write(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