public interface BuffedWriter
| 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) |
void writeBinary(byte byt)
throws IOException
IOExceptionvoid writeBinary(byte[] bytes)
throws IOException
IOExceptionvoid writeBinary(byte[] bytes,
int offset,
int length)
throws IOException
IOExceptionvoid flushToTarget(boolean force)
throws IOException
IOExceptionCopyright © 2021. All rights reserved.