| Class | Description |
|---|---|
| BinaryFieldInterpreter<T> |
A BinaryFieldInterpreter is able to encode and to decode a given type of data in binary.
|
| BitInterpreter | |
| BooleanInterpreter |
Binary interpreter for the type "logical" of VOTable.
|
| CharInterpreter |
Binary interpreter for the type "character" of VOTable.
|
| DoubleComplexInterpreter |
Binary interpreter for the type "doubleComplex" of VOTable.
|
| DoubleInterpreter |
Binary interpreter for the type "double" of VOTable.
|
| FloatComplexInterpreter |
Binary interpreter for the type "floatComplex" of VOTable.
|
| FloatInterpreter |
Binary interpreter for the type "float" of VOTable.
|
| IntegerInterpreter |
Binary interpreter for the type "int" of VOTable.
|
| LongInterpreter |
Binary interpreter for the type "long" of VOTable.
|
| ShortInterpreter |
Binary interpreter for the type "short" of VOTable.
|
| UnicodeCharInterpreter |
Binary interpreter for the type "unicodeChar" of VOTable.
|
| UnsignedByteInterpreter |
Binary interpreter for the type "unsignedByte" of VOTable.
|
| Exception | Description |
|---|---|
| BinaryInterpreterException |
Exception sent while encoding/decoding binary data.
|