public class SocketBuffedWriter extends Object implements BuffedWriter
| Constructor and Description |
|---|
SocketBuffedWriter(Socket socket) |
| Modifier and Type | Method and Description |
|---|---|
void |
flushToTarget(boolean force) |
void |
writeBinary(byte byt) |
void |
writeBinary(byte[] bytes) |
void |
writeBinary(byte[] bytes,
int offset,
int length) |
public SocketBuffedWriter(Socket socket) throws IOException
IOExceptionpublic void writeBinary(byte byt)
throws IOException
writeBinary in interface BuffedWriterIOExceptionpublic void writeBinary(byte[] bytes)
throws IOException
writeBinary in interface BuffedWriterIOExceptionpublic void writeBinary(byte[] bytes,
int offset,
int length)
throws IOException
writeBinary in interface BuffedWriterIOExceptionpublic void flushToTarget(boolean force)
throws IOException
flushToTarget in interface BuffedWriterIOExceptionCopyright © 2021. All rights reserved.