com.timeindexing.appl
Class IndexSelectionInputStream

java.lang.Object
  extended by java.io.InputStream
      extended by com.timeindexing.appl.IndexInputStream
          extended by com.timeindexing.appl.IndexSelectionInputStream
All Implemented Interfaces:
java.io.Closeable

public class IndexSelectionInputStream
extends IndexInputStream

A InputStream class to get to data in an Index.


Constructor Summary
IndexSelectionInputStream(Index anIndex, IndexProperties properties)
          Construct an IndexSelectionInputStream object given an Index and some IndexProperties
 
Method Summary
 
Methods inherited from class com.timeindexing.appl.IndexInputStream
read
 
Methods inherited from class java.io.InputStream
available, close, mark, markSupported, read, read, reset, skip
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IndexSelectionInputStream

public IndexSelectionInputStream(Index anIndex,
                                 IndexProperties properties)
Construct an IndexSelectionInputStream object given an Index and some IndexProperties



Timeindexing 2008