org.apache.lucene.store
Class FSDirectory.FSIndexOutput

java.lang.Object
  extended by org.apache.lucene.store.IndexOutput
      extended by org.apache.lucene.store.BufferedIndexOutput
          extended by org.apache.lucene.store.SimpleFSDirectory.SimpleFSIndexOutput
              extended by org.apache.lucene.store.FSDirectory.FSIndexOutput
Enclosing class:
FSDirectory

Deprecated. Use SimpleFSDirectory.SimpleFSIndexOutput instead

protected static class FSDirectory.FSIndexOutput
extends SimpleFSDirectory.SimpleFSIndexOutput


Constructor Summary
FSDirectory.FSIndexOutput(File path)
          Deprecated.  
 
Method Summary
 
Methods inherited from class org.apache.lucene.store.SimpleFSDirectory.SimpleFSIndexOutput
close, flushBuffer, length, seek, setLength
 
Methods inherited from class org.apache.lucene.store.BufferedIndexOutput
flush, getFilePointer, writeByte, writeBytes
 
Methods inherited from class org.apache.lucene.store.IndexOutput
copyBytes, writeBytes, writeChars, writeChars, writeInt, writeLong, writeString, writeStringStringMap, writeVInt, writeVLong
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FSDirectory.FSIndexOutput

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

Throws:
IOException


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