static class WALCellCodec.CompressedKvDecoder extends BaseDecoder
BaseDecoder.PBIS| Modifier and Type | Field and Description |
|---|---|
private CompressionContext |
compression |
in, LOG| Constructor and Description |
|---|
CompressedKvDecoder(InputStream in,
CompressionContext compression) |
| Modifier and Type | Method and Description |
|---|---|
private static void |
checkLength(int len,
int max) |
protected Cell |
parseCell()
Extract a Cell.
|
private int |
readIntoArray(byte[] to,
int offset,
Dictionary dict) |
advance, current, getInputStreamprivate final CompressionContext compression
public CompressedKvDecoder(InputStream in, CompressionContext compression)
protected Cell parseCell() throws IOException
BaseDecoderparseCell in class BaseDecoderIOExceptionprivate int readIntoArray(byte[] to, int offset, Dictionary dict) throws IOException
IOExceptionprivate static void checkLength(int len, int max) throws IOException
IOExceptionCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.