public abstract class BaseRLEBitPackedDecoder extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
BaseRLEBitPackedDecoder.Mode |
| Modifier and Type | Field and Description |
|---|---|
protected int[] |
currentBuffer |
protected int |
currentCount |
protected int |
currentValue |
protected BaseRLEBitPackedDecoder.Mode |
mode |
| Constructor and Description |
|---|
BaseRLEBitPackedDecoder(int rleValue,
int rleValueCount) |
BaseRLEBitPackedDecoder(int valueCount,
int bitWidth,
InputStream inputStream) |
protected BaseRLEBitPackedDecoder.Mode mode
protected int currentCount
protected int currentValue
protected int[] currentBuffer
public BaseRLEBitPackedDecoder(int valueCount,
int bitWidth,
InputStream inputStream)
public BaseRLEBitPackedDecoder(int rleValue,
int rleValueCount)
public long getRetainedSizeInBytes()
protected boolean decode()
throws IOException
IOExceptionCopyright © 2012–2024. All rights reserved.