Package | Description |
---|---|
net.agkn.hll.serialization |
Modifier and Type | Class and Description |
---|---|
class |
HLLMetadata
A concrete
IHLLMetadata implemented as a simple struct. |
Modifier and Type | Method and Description |
---|---|
IHLLMetadata |
ISchemaVersion.readMetadata(byte[] bytes)
Reads the metadata bytes of the serialized HLL.
|
IHLLMetadata |
SchemaVersionOne.readMetadata(byte[] bytes) |
Modifier and Type | Method and Description |
---|---|
void |
ISchemaVersion.writeMetadata(byte[] bytes,
IHLLMetadata metadata)
Writes metadata bytes to serialized HLL.
|
void |
SchemaVersionOne.writeMetadata(byte[] bytes,
IHLLMetadata metadata) |
Copyright © 2016. All rights reserved.