Class Lucene50CompoundReader

java.lang.Object
org.apache.lucene.store.Directory
org.apache.lucene.codecs.CompoundDirectory
org.apache.lucene.backward_codecs.lucene50.Lucene50CompoundReader
All Implemented Interfaces:
Closeable, AutoCloseable

final class Lucene50CompoundReader extends CompoundDirectory
Class for accessing a compound stream. This class implements a directory, but is limited to only read operations. Directory methods that would normally modify data throw an exception.