public static interface SocketMessageStreamWriter.Out
Modifier and Type | Method and Description |
---|---|
boolean |
close() |
void |
flush() |
ByteArrayBuffer |
getBuffer() |
void |
write(int byteToWrite) |
void |
writeBytes(byte[] bytes) |
ByteArrayBuffer getBuffer()
void flush() throws IOException
IOException
void write(int byteToWrite) throws IOException
IOException
void writeBytes(byte[] bytes) throws IOException
IOException
boolean close()
Copyright © 2016. All Rights Reserved.