org.apache.lucene.store
Class FSDirectory.FSIndexInput

java.lang.Object
  extended by org.apache.lucene.store.IndexInput
      extended by org.apache.lucene.store.BufferedIndexInput
          extended by org.apache.lucene.store.SimpleFSDirectory.SimpleFSIndexInput
              extended by org.apache.lucene.store.FSDirectory.FSIndexInput
All Implemented Interfaces:
Cloneable
Enclosing class:
FSDirectory

Deprecated. Use SimpleFSDirectory.SimpleFSIndexInput instead

protected static class FSDirectory.FSIndexInput
extends SimpleFSDirectory.SimpleFSIndexInput


Nested Class Summary
protected static class FSDirectory.FSIndexInput.Descriptor
          Deprecated.  
 
Field Summary
 
Fields inherited from class org.apache.lucene.store.SimpleFSDirectory.SimpleFSIndexInput
chunkSize, file
 
Fields inherited from class org.apache.lucene.store.BufferedIndexInput
buffer, BUFFER_SIZE
 
Constructor Summary
FSDirectory.FSIndexInput(File path)
          Deprecated.  
FSDirectory.FSIndexInput(File path, int bufferSize)
          Deprecated.  
 
Method Summary
 
Methods inherited from class org.apache.lucene.store.SimpleFSDirectory.SimpleFSIndexInput
clone, close, length, readInternal, seekInternal
 
Methods inherited from class org.apache.lucene.store.BufferedIndexInput
getBufferSize, getFilePointer, newBuffer, readByte, readBytes, readBytes, seek, setBufferSize
 
Methods inherited from class org.apache.lucene.store.IndexInput
readChars, readInt, readLong, readString, readStringStringMap, readVInt, readVLong, setModifiedUTF8StringsMode, skipChars
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FSDirectory.FSIndexInput

public FSDirectory.FSIndexInput(File path)
                         throws IOException
Deprecated. 

Throws:
IOException

FSDirectory.FSIndexInput

public FSDirectory.FSIndexInput(File path,
                                int bufferSize)
                         throws IOException
Deprecated. 

Throws:
IOException


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