Class | Description |
---|---|
AbstractDataReader |
This abstract class provides a default implementation for the
DataReader interface with the following features:
Implements structured data checks mandatory by the DataReader interface (an IllegalStateException thrown on error).
Defines encoding methods with suffix 0 (e.g readBoolean calls readBoolean0 ). |
AbstractDataWriter |
This abstract class provides a default implementation for the
DataWriter interface with the following features:
Implements structured data checks mandatory by the DataWriter interface (an IllegalStateException thrown on error).
Defines encoding methods with suffix 0 (e.g writeBoolean calls writeBoolean0 ). |