Package | Description |
---|---|
brown.tracingplane.baggageprotocol |
Defines an encoding scheme for nested data structures using atoms.
|
Modifier and Type | Field and Description |
---|---|
static AtomPrefixTypes.AtomType |
AtomPrefixes.HeaderPrefix.atomType |
static AtomPrefixTypes.AtomType |
AtomPrefixes.DataPrefix.atomType |
Modifier and Type | Method and Description |
---|---|
static AtomPrefixTypes.AtomType |
AtomPrefixTypes.AtomType.fromByte(byte b) |
static AtomPrefixTypes.AtomType |
AtomPrefixTypes.AtomType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AtomPrefixTypes.AtomType[] |
AtomPrefixTypes.AtomType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
AtomPrefix(AtomPrefixTypes.AtomType atomType,
byte prefix) |