public abstract static class PackedInts.Writer
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected int |
bitsPerValue |
protected DataOutput |
out |
protected int |
valueCount |
Modifier | Constructor and Description |
---|---|
protected |
Writer(DataOutput out,
int valueCount,
int bitsPerValue) |
Modifier and Type | Method and Description |
---|---|
abstract void |
add(long v) |
abstract void |
finish() |
protected final DataOutput out
protected final int bitsPerValue
protected final int valueCount
protected Writer(DataOutput out, int valueCount, int bitsPerValue) throws java.io.IOException
java.io.IOException
Copyright © 2000-2023 Apache Software Foundation. All Rights Reserved.