Package | Description |
---|---|
com.bc.ceres.binio |
The core
binio API. |
com.bc.ceres.binio.util |
Utilities for the
binio API. |
Modifier and Type | Method and Description |
---|---|
static CompoundType |
TypeBuilder.COMPOUND(String name,
CompoundMember... members)
Creates a compound type.
|
CompoundType |
CompoundData.getCompoundType()
Deprecated.
since ceres 0.10; use
CompoundData.getType() instead. |
CompoundType |
DataFormat.getType() |
CompoundType |
CompoundData.getType() |
Modifier and Type | Method and Description |
---|---|
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 |
DataContext.getData(CompoundType type,
long position)
Deprecated.
use
DataContext.createData(long) instead |
void |
DataFormat.setType(CompoundType type) |
Constructor and Description |
---|
DataFormat(CompoundType type) |
DataFormat(CompoundType type,
ByteOrder byteOrder) |
Modifier and Type | Method and Description |
---|---|
CompoundType[] |
TypeParser.parseCompoundTypes() |
static CompoundType[] |
TypeParser.parseUnit(Reader reader) |
Modifier and Type | Method and Description |
---|---|
static Class<? extends Number> |
NumberUtils.getNumericMemberType(CompoundType compoundData,
int memberIndex)
Returns the numeric type of a compound member, which is of a
SimpleType . |
Copyright © 2014–2017 European Space Agency (ESA). All rights reserved.