public abstract class AbstractDecoder extends Object implements Decoder
| Constructor and Description |
|---|
AbstractDecoder() |
| Modifier and Type | Method and Description |
|---|---|
protected ByteBuffer |
createColumnVector(int rows,
int unitLength,
boolean isLittleEndian,
int minSize,
int extra) |
protected ByteBuffer |
createLZ4ColumnVector(int rows,
boolean isLittleEndian,
int extra) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdecompressprotected ByteBuffer createColumnVector(int rows, int unitLength, boolean isLittleEndian, int minSize, int extra)
protected ByteBuffer createLZ4ColumnVector(int rows, boolean isLittleEndian, int extra)
Copyright © 2023 DolphinDB. All rights reserved.