Package | Description |
---|---|
com.bc.ceres.binio |
The core
binio 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 the
binio API. |
Modifier and Type | Interface and Description |
---|---|
interface |
CompoundData
A compound of members of any type.
|
interface |
SequenceData
A sequence of elements of same type.
|
Modifier and Type | Method and Description |
---|---|
CollectionData |
CollectionData.getParent() |
Modifier and Type | Method and Description |
---|---|
SequenceType |
VarSequenceType.resolve(CollectionData parent) |
Modifier and Type | Method and Description |
---|---|
protected int |
ReferenceExpr.getIndex(CollectionData parent) |
Modifier and Type | Method and Description |
---|---|
void |
DataPrinter.print(CollectionData data) |
Copyright © 2014–2016 European Space Agency (ESA). All rights reserved.