Package | Description |
---|---|
brown.tracingplane.baggageprotocol |
Defines an encoding scheme for nested data structures using atoms.
|
Modifier and Type | Method and Description |
---|---|
static BagKey |
HeaderSerialization.parse(AtomPrefixes.HeaderPrefix prefix,
java.nio.ByteBuffer buf)
Parses a bag key
|
static BagKey |
HeaderSerialization.parse(java.nio.ByteBuffer atom)
Parses a bag key from the provided atom
|
static BagKey |
HeaderSerialization.parseIndexedHeaderPayload(AtomPrefixes.HeaderPrefix prefix,
java.nio.ByteBuffer buf)
Parse the payload of an indexed header
|
static BagKey |
HeaderSerialization.parseKeyedHeaderPayload(AtomPrefixes.HeaderPrefix prefix,
java.nio.ByteBuffer buf)
Parse the payload of a keyed header
|