Uses of Class
org.apache.lucene.store.IndexInput

Packages that use IndexInput
org.apache.lucene.store Binary i/o API, used for all index data. 
 

Uses of IndexInput in org.apache.lucene.store
 

Subclasses of IndexInput in org.apache.lucene.store
 class BufferedIndexInput
          Base implementation class for buffered IndexInput.
 class ChecksumIndexInput
          Writes bytes through to a primary IndexOutput, computing checksum as it goes.
protected static class NIOFSDirectory.NIOFSIndexInput
           
 class RAMInputStream
          A memory-resident IndexInput implementation.
protected static class SimpleFSDirectory.SimpleFSIndexInput
           
protected static class WindowsDirectory.WindowsIndexInput
           
 

Methods in org.apache.lucene.store that return IndexInput
 IndexInput NRTCachingDirectory.openInput(String name)
           
 IndexInput FileSwitchDirectory.openInput(String name)
           
 IndexInput RAMDirectory.openInput(String name)
          Returns a stream reading an existing file.
 IndexInput FSDirectory.openInput(String name)
           
abstract  IndexInput Directory.openInput(String name)
          Returns a stream reading an existing file.
 IndexInput DirectIOLinuxDirectory.openInput(String name, int bufferSize)
           
 IndexInput NRTCachingDirectory.openInput(String name, int bufferSize)
           
 IndexInput WindowsDirectory.openInput(String name, int bufferSize)
           
 IndexInput SimpleFSDirectory.openInput(String name, int bufferSize)
          Creates an IndexInput for the file with the given name.
 IndexInput NIOFSDirectory.openInput(String name, int bufferSize)
          Creates an IndexInput for the file with the given name.
 IndexInput Directory.openInput(String name, int bufferSize)
          Returns a stream reading an existing file, with the specified read buffer size.
 IndexInput MMapDirectory.openInput(String name, int bufferSize)
          Creates an IndexInput for the file with the given name.
 

Constructors in org.apache.lucene.store with parameters of type IndexInput
ChecksumIndexInput(IndexInput main)
           
 



Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.