Uses of Class
org.apache.lucene.store.FSDirectory.FSIndexInput

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

Uses of FSDirectory.FSIndexInput in org.apache.lucene.store
 

Subclasses of FSDirectory.FSIndexInput in org.apache.lucene.store
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 FSDirectory.FSIndexInput
 FSDirectory.FSIndexInput FSDirectory.FSIndexInput.clone()
           
 



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