Package-level declarations

Contains classes for reading and writing persistent data in a stream

Types

Link copied to clipboard

PersistentInput is an interface that extends DataInput and provides a method to read data of a specific type using a PersistentDataType.

Link copied to clipboard

PersistentInputStream is a specialized stream that extends DataInputStream and implements the PersistentInput interface. It provides functionality for reading complex data types from an input stream using a PersistentDataType.

Link copied to clipboard

PersistentOutput is an interface that extends DataOutput and provides a method to write data of a specific type using a PersistentDataType.

Link copied to clipboard

A specialized implementation of a DataOutputStream that extends its capabilities to provide persistent storage for complex data types through the PersistentOutput interface.