Uses of Interface
com.bc.ceres.binio.CompoundMember
-
Packages that use CompoundMember Package Description com.bc.ceres.binio The corebinio
API. -
-
Uses of CompoundMember in com.bc.ceres.binio
Methods in com.bc.ceres.binio that return CompoundMember Modifier and Type Method Description CompoundMember
CompoundType. getMember(int memberIndex)
CompoundMember[]
CompoundType. getMembers()
static CompoundMember
TypeBuilder. MEMBER(String name, Type type)
Creates a compound member.Methods in com.bc.ceres.binio with parameters of type CompoundMember Modifier and Type Method Description static CompoundType
TypeBuilder. COMPOUND(String name, CompoundMember... members)
Creates a compound type.
-