-
-
Constructor Summary
Constructors
-
Method Summary
int
int
void
Reads this entries value from the provided buffer using the set count.
int
Returns the size this entry will need in the provided data buffer to write
it's contents, corrected for any trailing zeros to fill to a boundary.
void
Writes this entries index to the index buffer and its values to the output
channel provided.
-
Constructor Details
-
Int64SpecEntry
public Int64SpecEntry()
-
Method Details
-
-
-
size
public int size()
Returns the size this entry will need in the provided data buffer to write
it's contents, corrected for any trailing zeros to fill to a boundary.
- Specified by:
size in interface SpecEntry<LongList>
- Specified by:
size in class AbstractSpecEntry<LongList>
-
-
-