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 java.io.IOException
java.io.IOException
void write(int byteToWrite) throws java.io.IOException
java.io.IOException
void writeBytes(byte[] bytes) throws java.io.IOException
java.io.IOException
boolean close()
Copyright © 2019. All Rights Reserved.