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.IOExceptionvoid endOfData()
throws java.io.IOException
java.io.IOExceptionvoid close()
throws java.io.IOException
java.io.IOExceptionCopyright © 2013. All Rights Reserved.