Uses of Interface
org.egothor.io.DataInput

Packages that use DataInput
org.egothor.apps This package contains EGOTHOR applications. 
org.egothor.core This package concentrates the core data objects and interfaces. 
org.egothor.dockyard   
org.egothor.io   
org.egothor.repository   
org.egothor.stemmer This package does not contain a solid JAVA documentation. 
org.egothor.store This package contains an implementation of barrels on a hard disk. 
org.egothor.util   
org.egothor.util.diff   
org.egothor.util.hash   
org.egothor.util.io   
 

Uses of DataInput in org.egothor.apps
 

Constructors in org.egothor.apps with parameters of type DataInput
DumpReporter(DataInput di, char delim, java.lang.String format)
           
 

Uses of DataInput in org.egothor.core
 

Methods in org.egothor.core with parameters of type DataInput
 void DocumentData.load(DataInput dis)
          Read this object into the given input stream.
 void Saveable.load(DataInput i)
          Load the object using the given input stream.
 

Uses of DataInput in org.egothor.dockyard
 

Constructors in org.egothor.dockyard with parameters of type DataInput
StreamReader(DataInput in)
           
 

Uses of DataInput in org.egothor.io
 

Classes in org.egothor.io that implement DataInput
 class DataInputOutputStream
           
 class DataInputStream
          This class is part of the Egothor Project
 class MemoryInputStream
           
 

Methods in org.egothor.io with parameters of type DataInput
static void DataOutputStream.copyFrom(DataInput in, DataOutput out, int length)
           
 void DataInputOutputStream.copyFrom(DataInput in, int length)
           
 void DataOutput.copyFrom(DataInput in, int length)
          Copies bytes of a given length from input stream.
 void DataOutputStream.copyFrom(DataInput in, int length)
           
 void MemoryOutputStream.copyFrom(DataInput in, int length)
           
 

Constructors in org.egothor.io with parameters of type DataInput
MemoryInputStream(DataInput in, int size)
           
 

Uses of DataInput in org.egothor.repository
 

Methods in org.egothor.repository with parameters of type DataInput
 int BlobRepository.addItem(long key, DataInput in)
           
 

Uses of DataInput in org.egothor.stemmer
 

Constructors in org.egothor.stemmer with parameters of type DataInput
MultiTrie(DataInput is)
          Constructor for the MultiTrie object.
MultiTrie2(DataInput is)
          Constructor for the MultiTrie object.
Row(DataInput is)
          Construct a Row object from input carried in via the given input stream.
Trie(DataInput is)
          Constructor for the Trie object.
 

Uses of DataInput in org.egothor.store
 

Constructors in org.egothor.store with parameters of type DataInput
IListMetadataRead(DataInput in)
           
 

Uses of DataInput in org.egothor.util
 

Methods in org.egothor.util with parameters of type DataInput
 void Htaccess.load(DataInput in)
          Loads the stream of some htaccess file.
 

Constructors in org.egothor.util with parameters of type DataInput
Bitmap(DataInput is)
          Construct a Bitmap object using the given input stream.
IntegerArray(DataInput in)
           
 

Uses of DataInput in org.egothor.util.diff
 

Methods in org.egothor.util.diff with parameters of type DataInput
protected static void GDiffReader.append(int len, DataInput patch, DataOutput output)
           
static void Xdelta.computeDelta(DataInput source, DataInput target, GDiffCreator output)
           
protected static void GDiffReader.copy(long off, int len, DataInput source, DataOutput output)
           
static boolean GDiffReader.patch(DataInput source, DataInput patch, DataOutput output)
           
 

Uses of DataInput in org.egothor.util.hash
 

Constructors in org.egothor.util.hash with parameters of type DataInput
Bucket(int bucketsize, long fromoff, DataInput from, int datasize)
           
 

Uses of DataInput in org.egothor.util.io
 

Classes in org.egothor.util.io that implement DataInput
 class GZipInputStream
          GZipInputStream.java Created on 6.
 

Constructors in org.egothor.util.io with parameters of type DataInput
GZipInputStream(DataInput in)
          Creates a new instance of GZipInputStream
JavaInputStream(DataInput in, boolean disableUnderlayingClose)
          Creates a new instance of JavaInputStream