Package | Description |
---|---|
org.openfast | |
org.openfast.extensions | |
org.openfast.template |
Modifier and Type | Field and Description |
---|---|
static BitVectorReader |
BitVectorReader.INFINITE_TRUE |
static BitVectorReader |
BitVectorReader.NULL |
Modifier and Type | Method and Description |
---|---|
FieldValue |
MapScalar.decode(InputStream in,
Group template,
Context context,
BitVectorReader presenceMapReader) |
Modifier and Type | Method and Description |
---|---|
FieldValue |
StaticTemplateReference.decode(InputStream in,
Group template,
Context context,
BitVectorReader pmapReader) |
FieldValue |
Sequence.decode(InputStream in,
Group template,
Context context,
BitVectorReader pmapReader)
Decode the specified stream of data
|
FieldValue |
Scalar.decode(InputStream in,
Group template,
Context context,
BitVectorReader presenceMapReader) |
FieldValue |
Group.decode(InputStream in,
Group group,
Context context,
BitVectorReader pmapReader) |
abstract FieldValue |
Field.decode(InputStream in,
Group template,
Context context,
BitVectorReader presenceMapReader)
FieldValue decode method declaration
|
FieldValue |
DynamicTemplateReference.decode(InputStream in,
Group template,
Context context,
BitVectorReader pmapReader) |
FieldValue |
ComposedScalar.decode(InputStream in,
Group template,
Context context,
BitVectorReader presenceMapReader) |
Message |
MessageTemplate.decode(InputStream in,
int templateId,
BitVectorReader presenceMapReader,
Context context)
Decodes the inputStream and creates a new message that contains this
information
|
FieldValue[] |
Group.decodeFieldValues(InputStream in,
Group template,
BitVectorReader pmapReader,
Context context)
Goes through the all the field value array, starting with the index
passed, checks to see if a map actually created for the field to pass to
the decoder - the field index is created as a new Group object and stored
to the the FieldValue array.
|
protected boolean |
Field.isPresent(BitVectorReader presenceMapReader) |
Copyright © 2006-2013 The LaSalle Technology Group, LLC. All Rights Reserved.