Uses of Interface
krati.io.DataReader

Packages that use DataReader
krati.core.array.entry   
krati.io   
 

Uses of DataReader in krati.core.array.entry
 

Methods in krati.core.array.entry with parameters of type DataReader
protected  void PreFillEntry.loadDataSection(DataReader in, int cnt)
           
protected  void SimpleEntry.loadDataSection(DataReader in, int cnt)
           
protected abstract  void AbstractEntry.loadDataSection(DataReader in, int cnt)
           
 EntryValueShort EntryValueShortFactory.newValue(DataReader in)
           
 EntryValueInt EntryValueIntFactory.newValue(DataReader in)
           
 T EntryValueFactory.newValue(DataReader in)
           
 EntryValueLong EntryValueLongFactory.newValue(DataReader in)
           
 void EntryValueIntFactory.reinitValue(DataReader in, EntryValueInt value)
          Read data from stream to populate an EntryValueInt.
 void EntryValueLongFactory.reinitValue(DataReader in, EntryValueLong value)
          Read data from stream to populate an EntryValueLong.
 void EntryValueShortFactory.reinitValue(DataReader in, EntryValueShort value)
          Read data from stream to populate an EntryValueShort.
 void EntryValueFactory.reinitValue(DataReader in, T value)
          Read data from stream to populate an EntryValue.
 

Uses of DataReader in krati.io
 

Classes in krati.io that implement DataReader
 class ChannelReader
          A simple data reader based on FileChannel.
 class MappedReader
           
 



Copyright © 2011. All Rights Reserved.