org.apache.lucene.store
Class FSDirectory.FSIndexInput.Descriptor

java.lang.Object
  extended by java.io.RandomAccessFile
      extended by org.apache.lucene.store.SimpleFSDirectory.SimpleFSIndexInput.Descriptor
          extended by org.apache.lucene.store.FSDirectory.FSIndexInput.Descriptor
All Implemented Interfaces:
Closeable, DataInput, DataOutput
Enclosing class:
FSDirectory.FSIndexInput

Deprecated.

protected static class FSDirectory.FSIndexInput.Descriptor
extends SimpleFSDirectory.SimpleFSIndexInput.Descriptor


Field Summary
 
Fields inherited from class org.apache.lucene.store.SimpleFSDirectory.SimpleFSIndexInput.Descriptor
isOpen
 
Constructor Summary
FSDirectory.FSIndexInput.Descriptor(File file, String mode)
          Deprecated.  
 
Method Summary
 
Methods inherited from class org.apache.lucene.store.SimpleFSDirectory.SimpleFSIndexInput.Descriptor
close
 
Methods inherited from class java.io.RandomAccessFile
getChannel, getFD, getFilePointer, length, read, read, read, readBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readShort, readUnsignedByte, readUnsignedShort, readUTF, seek, setLength, skipBytes, write, write, write, writeBoolean, writeByte, writeBytes, writeChar, writeChars, writeDouble, writeFloat, writeInt, writeLong, writeShort, writeUTF
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FSDirectory.FSIndexInput.Descriptor

public FSDirectory.FSIndexInput.Descriptor(File file,
                                           String mode)
                                    throws IOException
Deprecated. 

Throws:
IOException


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