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

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

Uses of BufferedIndexInput in org.apache.lucene.store
 

Subclasses of BufferedIndexInput in org.apache.lucene.store
protected static class FSDirectory.FSIndexInput
          Base class for reading input from a RandomAccessFile
protected static class NIOFSDirectory.NIOFSIndexInput
          Reads bytes with FileChannel.read(ByteBuffer, long)
protected static class SimpleFSDirectory.SimpleFSIndexInput
          Reads bytes with RandomAccessFile.seek(long) followed by RandomAccessFile.read(byte[], int, int).
 

Methods in org.apache.lucene.store that return BufferedIndexInput
 BufferedIndexInput BufferedIndexInput.clone()
           
 



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