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
IOExceptionvoid write(int byteToWrite)
    throws IOException
IOExceptionvoid writeBytes(byte[] bytes)
         throws IOException
IOExceptionboolean close()
Copyright © 2016. All Rights Reserved.