Uses of Interface
com.bc.ceres.binio.CompoundData
-
Packages that use CompoundData Package Description com.bc.ceres.binio The corebinio
API.com.bc.ceres.binio.expr Contains interfaces and classes which shall enable users to describe their data formats using an interpreted language by constructing an evaluatable tree of expressions.com.bc.ceres.binio.util Utilities for thebinio
API. -
-
Uses of CompoundData in com.bc.ceres.binio
Methods in com.bc.ceres.binio that return CompoundData Modifier and Type Method Description CompoundData
DataContext. createData()
Creates an instance of a compound with I/O starting at the beginning of the stream or file.CompoundData
DataContext. createData(long position)
Creates an instance of a compound with the given type and with I/O starting at the given stream or file position.CompoundData
DataContext. createData(CompoundType type, long position)
Creates an instance of a compound with the given type and with I/O starting at the given stream or file position.CompoundData
CollectionData. getCompound(int index)
CompoundData
CompoundData. getCompound(String name)
CompoundData
DataContext. getData()
Gets an instance of a compound with I/O starting at the given stream or file position. -
Uses of CompoundData in com.bc.ceres.binio.expr
Methods in com.bc.ceres.binio.expr with parameters of type CompoundData Modifier and Type Method Description Object
ChoiceExpr. evaluate(CompoundData context)
Object
CompoundExpr. evaluate(CompoundData context)
Object
ConstantExpr. evaluate(CompoundData context)
Object
Expression. evaluate(CompoundData context)
Object
IntReferenceExpr. evaluate(CompoundData context)
Object
SelectionExpr. evaluate(CompoundData context)
Object
SequenceExpr. evaluate(CompoundData context)
-
Uses of CompoundData in com.bc.ceres.binio.util
Methods in com.bc.ceres.binio.util with parameters of type CompoundData Modifier and Type Method Description static Number
NumberUtils. getNumericMember(CompoundData compoundData, int memberIndex)
Returns the numeric value of a compound member, which is of aSimpleType
.
-