DataType
- The data that is being read in.public interface TemporalDataReadChannel<DataType extends Temporal>
extends java.nio.channels.Channel
TemporalDataReadChannel
interface defines the functionality of a
class for reading temporal data.Modifier and Type | Method and Description |
---|---|
DataType |
read()
Reads the next value from the data reader.
|
DataType read()