Module org.apache.lucene.core
Class StoredFieldsInts
java.lang.Object
org.apache.lucene.codecs.lucene90.compressing.StoredFieldsInts
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final intprivate static final int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static voidreadInts(IndexInput in, int count, long[] values, int offset) Readcountintegers intovalues.private static voidreadInts16(IndexInput in, int count, long[] values, int offset) private static voidreadInts32(IndexInput in, int count, long[] values, int offset) private static voidreadInts8(IndexInput in, int count, long[] values, int offset) (package private) static voidwriteInts(int[] values, int start, int count, DataOutput out) private static voidwriteInts16(DataOutput out, int count, int[] values, int offset) private static voidwriteInts32(DataOutput out, int count, int[] values, int offset) private static voidwriteInts8(DataOutput out, int count, int[] values, int offset)
-
Field Details
-
BLOCK_SIZE
private static final int BLOCK_SIZE- See Also:
-
BLOCK_SIZE_MINUS_ONE
private static final int BLOCK_SIZE_MINUS_ONE- See Also:
-
-
Constructor Details
-
StoredFieldsInts
private StoredFieldsInts()
-
-
Method Details
-
writeInts
- Throws:
IOException
-
writeInts8
private static void writeInts8(DataOutput out, int count, int[] values, int offset) throws IOException - Throws:
IOException
-
writeInts16
private static void writeInts16(DataOutput out, int count, int[] values, int offset) throws IOException - Throws:
IOException
-
writeInts32
private static void writeInts32(DataOutput out, int count, int[] values, int offset) throws IOException - Throws:
IOException
-
readInts
Readcountintegers intovalues.- Throws:
IOException
-
readInts8
private static void readInts8(IndexInput in, int count, long[] values, int offset) throws IOException - Throws:
IOException
-
readInts16
private static void readInts16(IndexInput in, int count, long[] values, int offset) throws IOException - Throws:
IOException
-
readInts32
private static void readInts32(IndexInput in, int count, long[] values, int offset) throws IOException - Throws:
IOException
-