Persistent Input Stream
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.
The class leverages the provided PersistentDataType to deserialize raw primitive data from the stream and convert it to its respective complex type.
Author
Fantamomo
Since
1.0-SNAPSHOT
Parameters
in the input stream from which data is read
Throws
if an I/O error occurs during data reading