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