Uses of Interface
com.bc.ceres.binio.CompoundData
Packages that use CompoundData
Package
Description
The core
binio
API.Contains interfaces and classes which shall enable users to describe their data formats
using an interpreted language by constructing an evaluatable tree of expressions.
Utilities for the
binio
API.-
Uses of CompoundData in com.bc.ceres.binio
Methods in com.bc.ceres.binio that return CompoundDataModifier and TypeMethodDescriptionDataContext.createData()
Creates an instance of a compound with I/O starting at the beginning of the stream or file.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.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.CollectionData.getCompound
(int index) CompoundData.getCompound
(String name) 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 CompoundDataModifier and TypeMethodDescriptionChoiceExpr.evaluate
(CompoundData context) CompoundExpr.evaluate
(CompoundData context) ConstantExpr.evaluate
(CompoundData context) Expression.evaluate
(CompoundData context) IntReferenceExpr.evaluate
(CompoundData context) SelectionExpr.evaluate
(CompoundData context) SequenceExpr.evaluate
(CompoundData context) -
Uses of CompoundData in com.bc.ceres.binio.util
Methods in com.bc.ceres.binio.util with parameters of type CompoundDataModifier and TypeMethodDescriptionstatic Number
NumberUtils.getNumericMember
(CompoundData compoundData, int memberIndex) Returns the numeric value of a compound member, which is of aSimpleType
.