Modifier and Type | Field and Description |
---|---|
protected CompositeData[] |
BaseStructure.compositeData
Used if raw data should be interpreted as composite type.
|
Modifier and Type | Method and Description |
---|---|
CompositeData[] |
BaseStructure.getCompositeData()
This is a method from the IEvioStructure Interface.
|
CompositeData[] |
IEvioStructure.getCompositeData()
Gets the raw data as an array of CompositeData objects, if the type as indicated
by the header is appropriate.
|
static CompositeData[] |
CompositeData.parse(byte[] rawBytes,
java.nio.ByteOrder byteOrder)
This method parses an array of raw bytes into an array of CompositeData objects.
|
Modifier and Type | Method and Description |
---|---|
void |
CompactEventBuilder.addCompositeData(CompositeData[] data)
Appends CompositeData objects to the structure.
|
void |
BaseStructure.appendCompositeData(CompositeData[] data)
Appends CompositeData objects to the structure.
|
static byte[] |
CompositeData.generateRawBytes(CompositeData[] data)
This method generates raw bytes of evio format from an array of CompositeData objects.
|
void |
BaseStructure.setCompositeData(CompositeData[] data)
Set the data in this structure to the given array of CompositeData objects.
|