public class BigEndianAscendingWordDeserializer extends Object implements IWordDeserializer
BigEndianAscendingWordSerializer.| Constructor and Description |
|---|
BigEndianAscendingWordDeserializer(int wordLength,
int bytePadding,
byte[] bytes) |
| Modifier and Type | Method and Description |
|---|---|
long |
readWord() |
int |
totalWordCount()
Returns the number of words that could be encoded in the sequence.
|
public BigEndianAscendingWordDeserializer(int wordLength,
int bytePadding,
byte[] bytes)
wordLength - the length in bits of the words to be deserialized. Must
be less than or equal to 64 and greater than or equal to 1.bytePadding - the number of leading bytes that pad the serialized words.
Must be greater than or equal to zero.bytes - the byte array containing the serialized words. Cannot be
null.public long readWord()
readWord in interface IWordDeserializerIWordDeserializer.totalWordCount() times.public int totalWordCount()
IWordDeserializerIWordDeserializer.readWord()
can be called.totalWordCount in interface IWordDeserializer
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 8.9.17-p1 Release Date : November 27 2025