public interface DataChannelWriter
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
endOfData() |
void |
setDataStream(OutputStream out) |
void |
write(Buffer buffer) |
void setDataStream(OutputStream out)
void write(Buffer buffer) throws IOException
IOExceptionvoid endOfData()
throws IOException
IOExceptionvoid close()
throws IOException
IOExceptionCopyright © 2013. All Rights Reserved.