Apache Lucene.Net 2.1 Class Library API

CompoundFileReader Class

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.

For a list of all members of this type, see CompoundFileReader Members.

System.Object
   Lucene.Net.Store.Directory
      Lucene.Net.Index.CompoundFileReader

public class CompoundFileReader : Directory

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: Lucene.Net.Index

Assembly: Lucene.Net (in Lucene.Net.dll)

See Also

CompoundFileReader Members | Lucene.Net.Index Namespace