public interface IWordSerializer
Modifier and Type | Method and Description |
---|---|
byte[] |
getBytes()
Returns the backing array of
byte s that contain the serialized
words. |
void |
writeWord(long word)
Writes the word to the backing array.
|
Copyright © 2015. All rights reserved.