public class CompressedBuffedWriter extends Object implements BuffedWriter, BytesHelper
| Constructor and Description |
|---|
CompressedBuffedWriter(int capacity,
BuffedWriter writer) |
| 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) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetByte, getBytes, getBytes, getBytes, getBytesLE, getBytesLE, getInt, getIntLE, getLong, getLongLE, getShort, getShortLE, getUnsignedMedium, getUnsignedMediumLE, setByte, setInt, setIntLE, setLong, setLongLE, setMedium, setMediumLE, setShort, setShortLEpublic CompressedBuffedWriter(int capacity,
BuffedWriter writer)
public 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.