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
IOException
void endOfData() throws IOException
IOException
void close() throws IOException
IOException
Copyright © 2016. All rights reserved.