public class CompressedBuffedReader extends Object implements BuffedReader, BytesHelper
| Constructor and Description |
|---|
CompressedBuffedReader(BuffedReader buf) |
| Modifier and Type | Method and Description |
|---|---|
int |
readBinary() |
int |
readBinary(byte[] bytes) |
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 CompressedBuffedReader(BuffedReader buf)
public int readBinary()
throws IOException
readBinary in interface BuffedReaderIOExceptionpublic int readBinary(byte[] bytes)
throws IOException
readBinary in interface BuffedReaderIOExceptionCopyright © 2021. All rights reserved.