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

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

protected static class FSDirectory.FSIndexInput.Descriptor
extends java.io.RandomAccessFile


Field Summary
protected  boolean isOpen
           
 
Constructor Summary
FSDirectory.FSIndexInput.Descriptor(java.io.File file, java.lang.String mode)
           
 
Method Summary
 void close()
           
protected  void finalize()
           
 
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, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

isOpen

protected volatile boolean isOpen
Constructor Detail

FSDirectory.FSIndexInput.Descriptor

public FSDirectory.FSIndexInput.Descriptor(java.io.File file,
                                           java.lang.String mode)
                                    throws java.io.IOException
Throws:
java.io.IOException
Method Detail

close

public void close()
           throws java.io.IOException
Specified by:
close in interface java.io.Closeable
Overrides:
close in class java.io.RandomAccessFile
Throws:
java.io.IOException

finalize

protected void finalize()
                 throws java.lang.Throwable
Overrides:
finalize in class java.lang.Object
Throws:
java.lang.Throwable


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