public interface IWordDeserializer
Modifier and Type | Method and Description |
---|---|
long |
readWord() |
int |
totalWordCount()
Returns the number of words that could be encoded in the sequence.
NOTE: the sequence that was encoded may be shorter than the value this
method returns due to padding issues within bytes.
|
long readWord()
totalWordCount()
times.int totalWordCount()
readWord()
can be called.Copyright © 2019. All rights reserved.