Package-level declarations

Types

Link copied to clipboard
interface FieldType<T>
Link copied to clipboard

8-bit byte that contains a 7-bit ASCII code; the last byte must be NUL (binary zero).

Link copied to clipboard

8-bit unsigned integer.

Link copied to clipboard

Double precision (8-byte) IEEE format.

Link copied to clipboard

Single precision (4-byte) IEEE format.

Link copied to clipboard
Link copied to clipboard

32-bit (4-byte) unsigned integer.

Link copied to clipboard

Two LONGs: the first represents the numerator of a fraction; the second, the denominator.

Link copied to clipboard

An 8-bit signed (twos-complement) integer.

Link copied to clipboard

16-bit (2-byte) unsigned integer.

Link copied to clipboard

A 32-bit (4-byte) signed (twos-complement) integer.

Link copied to clipboard

Two SLONG’s: the first represents the numerator of a fraction, the second the denominator.

Link copied to clipboard

A 16-bit (2-byte) signed (twos-complement) integer.

Link copied to clipboard

An 8-bit byte that may contain anything, depending on the definition of the field.