public interface DataChannelWriter
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
endOfData() |
void |
setDataStream(java.io.OutputStream out) |
void |
write(Buffer buffer) |
void setDataStream(java.io.OutputStream out)
void write(Buffer buffer) throws java.io.IOException
java.io.IOException
void endOfData() throws java.io.IOException
java.io.IOException
void close() throws java.io.IOException
java.io.IOException