public abstract class GorillaEncoderV1 extends Encoder
| Modifier and Type | Field and Description |
|---|---|
protected byte |
buffer |
protected boolean |
flag |
protected int |
leadingZeroNum |
protected int |
numberLeftInBuffer |
protected int |
tailingZeroNum |
MAX_POINT_NUMBER, MAX_STRING_LENGTH| Modifier | Constructor and Description |
|---|---|
protected |
GorillaEncoderV1() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
clearBuffer(ByteArrayOutputStream out) |
protected void |
reset() |
protected void |
writeBit(boolean b,
ByteArrayOutputStream out) |
protected void |
writeBit(int i,
ByteArrayOutputStream out) |
protected void |
writeBit(long i,
ByteArrayOutputStream out) |
protected boolean flag
protected int leadingZeroNum
protected int tailingZeroNum
protected byte buffer
protected int numberLeftInBuffer
protected void writeBit(boolean b,
ByteArrayOutputStream out)
protected void writeBit(int i,
ByteArrayOutputStream out)
protected void writeBit(long i,
ByteArrayOutputStream out)
protected void clearBuffer(ByteArrayOutputStream out)
protected void reset()
Copyright © 2022 The Apache Software Foundation. All rights reserved.