Skip navigation links
A E F H R S W 

A

AbstractDataReader - Class in ej.data
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).
AbstractDataReader() - Constructor for class ej.data.AbstractDataReader
 
AbstractDataWriter - Class in ej.data
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).
AbstractDataWriter(Flushable) - Constructor for class ej.data.AbstractDataWriter
Creates a new AbstractDataWriter that will use the given Flushable to notify the end of the data.
AbstractDataWriter() - Constructor for class ej.data.AbstractDataWriter
 
A E F H R S W 
Skip navigation links