org.globus.ftp.dc
Interface DataChannelWriter

All Known Implementing Classes:
EBlockImageDCWriter, StreamImageDCWriter

public interface DataChannelWriter


Method Summary
 void close()
           
 void endOfData()
           
 void setDataStream(OutputStream out)
           
 void write(Buffer buffer)
           
 

Method Detail

setDataStream

public void setDataStream(OutputStream out)

write

public void write(Buffer buffer)
           throws IOException
Throws:
IOException

endOfData

public void endOfData()
               throws IOException
Throws:
IOException

close

public void close()
           throws IOException
Throws:
IOException