Interface IWordSerializer
-
- All Known Implementing Classes:
BigEndianAscendingWordSerializer
public interface IWordSerializerWrites 'words' of fixed width, in sequence, to a byte array.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]getBytes()Returns the backing array ofbytes that contain the serialized words.voidwriteWord(long word)Writes the word to the backing array.
-