| Interface | Description |
|---|---|
| PackratConstants |
Various constants, mostly type codes.
|
| Class | Description |
|---|---|
| IncrementalPackratFileBuilder |
Builds a packrat file incrementally, without requiring everything to be in
memory.
|
| PackratArray |
An array in the Packrat format.
|
| PackratAssociation |
An association in the Packrat format.
|
| PackratBlob |
An blob in the Packrat format.
|
| PackratDatatype |
Representation of a data type in a Packrat file.
|
| PackratFileBuilder |
Builds a packrat file.
|
| PackratFloat |
An float in the Packrat format.
|
| PackratInteger |
An integer in the Packrat format.
|
| PackratLib |
Handy library methods.
|
| PackratList |
A structure in the Packrat format.
|
| PackratRandomAccessReader |
A tool for random-access reading of a Packrat file.
|
| PackratString |
An string in the Packrat format.
|
| PackratStructure |
A structure in the Packrat format.
|