Interface | Description |
---|---|
DataReader |
A
DataReader provides APIs for reading a structured data in streaming. |
DataWriter |
A
DataWriter provides APIs for writing a structured data in streaming. |
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 ). |