protected static class

SimpleFSDirectory.SimpleFSIndexInput.Descriptor

extends RandomAccessFile
java.lang.Object
   ↳ java.io.RandomAccessFile
     ↳ org.apache.lucene.store.SimpleFSDirectory.SimpleFSIndexInput.Descriptor

Summary

Fields
protected boolean isOpen
Public Constructors
SimpleFSDirectory.SimpleFSIndexInput.Descriptor(File file, String mode)
Public Methods
void close()
[Expand]
Inherited Methods
From class java.io.RandomAccessFile
From class java.lang.Object
From interface java.io.Closeable
From interface java.io.DataInput
From interface java.io.DataOutput

Fields

protected boolean isOpen

Public Constructors

public SimpleFSDirectory.SimpleFSIndexInput.Descriptor (File file, String mode)

Throws
IOException

Public Methods

public void close ()

Throws
IOException