Package | Description |
---|---|
net.agkn.hll.serialization | |
net.agkn.hll.util |
Modifier and Type | Class and Description |
---|---|
class |
BigEndianAscendingWordSerializer
A serializer that writes a sequence of fixed bit-width 'words' to a byte array.
|
Modifier and Type | Method and Description |
---|---|
IWordSerializer |
SchemaVersionOne.getSerializer(HLLType type,
int wordLength,
int wordCount) |
IWordSerializer |
ISchemaVersion.getSerializer(HLLType type,
int wordLength,
int wordCount)
Builds an HLL serializer that matches this schema version.
|
Modifier and Type | Method and Description |
---|---|
void |
BitVector.getRegisterContents(IWordSerializer serializer)
Serializes the registers of the vector using the specified serializer.
|
Copyright © 2018. All rights reserved.