Module org.apache.lucene.core
Class StoredFieldsInts
java.lang.Object
org.apache.lucene.codecs.lucene90.compressing.StoredFieldsInts
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final int
private static final int
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static void
readInts
(IndexInput in, int count, long[] values, int offset) Readcount
integers intovalues
.private static void
readInts16
(IndexInput in, int count, long[] values, int offset) private static void
readInts32
(IndexInput in, int count, long[] values, int offset) private static void
readInts8
(IndexInput in, int count, long[] values, int offset) (package private) static void
writeInts
(int[] values, int start, int count, DataOutput out) private static void
writeInts16
(DataOutput out, int count, int[] values, int offset) private static void
writeInts32
(DataOutput out, int count, int[] values, int offset) private static void
writeInts8
(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
Readcount
integers 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
-