|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of CompositeData in org.jlab.coda.jevio |
---|
Methods in org.jlab.coda.jevio that return CompositeData | |
---|---|
CompositeData[] |
IEvioStructure.getCompositeData()
Gets the raw data as an array of CompositeData objects, if the type as indicated by the header is appropriate. |
CompositeData[] |
BaseStructure.getCompositeData()
This is a method from the IEvioStructure Interface. |
static CompositeData[] |
CompositeData.parse(byte[] rawBytes,
java.nio.ByteOrder byteOrder)
This method parses an array of raw bytes into an array of CompositeData objects. |
Methods in org.jlab.coda.jevio with parameters of type CompositeData | |
---|---|
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. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |