Uses of Interface
krati.io.DataWriter

Packages that use DataWriter
krati.core.array.basic   
krati.core.array.entry   
krati.io   
 

Uses of DataWriter in krati.core.array.basic
 

Methods in krati.core.array.basic that return DataWriter
protected  DataWriter ArrayFile.createWriter(File file, long fileLength)
           
 

Uses of DataWriter in krati.core.array.entry
 

Methods in krati.core.array.entry with parameters of type DataWriter
protected  void PreFillEntry.saveDataSection(DataWriter out)
           
protected  void SimpleEntry.saveDataSection(DataWriter out)
           
protected abstract  void AbstractEntry.saveDataSection(DataWriter out)
           
abstract  void EntryValue.updateArrayFile(DataWriter writer, long position)
          Writes this EntryValue to a file channel at a given position.
 void EntryValueLong.updateArrayFile(DataWriter writer, long position)
          Writes this EntryValue at a given position of a data writer.
 void EntryValueInt.updateArrayFile(DataWriter writer, long position)
          Writes this EntryValue at a given position of a data writer.
 void EntryValueShort.updateArrayFile(DataWriter writer, long position)
          Writes this EntryValue at a given position of a data writer.
abstract  void EntryValue.write(DataWriter writer)
          Writes this EntryValue to entry log file via a channel writer.
 void EntryValueLong.write(DataWriter writer)
          Writes this EntryValue to entry log file via a data writer.
 void EntryValueInt.write(DataWriter writer)
          Writes this EntryValue to entry log file via a data writer.
 void EntryValueShort.write(DataWriter writer)
          Writes this EntryValue to entry log file via a data writer.
 

Uses of DataWriter in krati.io
 

Classes in krati.io that implement DataWriter
 class ChannelWriter
          A simple data writer based on FileChannel.
 class FastDataWriter
          FastDataWriter: a simple writable channel, which is NOT thread safe.
 class MappedWriter
           
 



Copyright © 2011. All Rights Reserved.