Uses of Interface
com.bc.ceres.binio.CompoundType
-
Packages that use CompoundType Package Description com.bc.ceres.binio The corebinioAPI.com.bc.ceres.binio.util Utilities for thebinioAPI. -
-
Uses of CompoundType in com.bc.ceres.binio
Methods in com.bc.ceres.binio that return CompoundType Modifier and Type Method Description static CompoundTypeTypeBuilder. COMPOUND(String name, CompoundMember... members)Creates a compound type.CompoundTypeCompoundData. getType()CompoundTypeDataFormat. getType()Methods in com.bc.ceres.binio with parameters of type CompoundType Modifier and Type Method Description CompoundDataDataContext. 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.voidDataFormat. setType(CompoundType type)Constructors in com.bc.ceres.binio with parameters of type CompoundType Constructor Description DataFormat(CompoundType type)DataFormat(CompoundType type, ByteOrder byteOrder) -
Uses of CompoundType in com.bc.ceres.binio.util
Methods in com.bc.ceres.binio.util that return CompoundType Modifier and Type Method Description CompoundType[]TypeParser. parseCompoundTypes()static CompoundType[]TypeParser. parseUnit(Reader reader)Methods in com.bc.ceres.binio.util with parameters of type CompoundType Modifier and Type Method Description static Class<? extends Number>NumberUtils. getNumericMemberType(CompoundType compoundData, int memberIndex)Returns the numeric type of a compound member, which is of aSimpleType.
-