Apache Lucene.Net 2.4.0 Class Library API

CompoundFileReader.CSIndexInput Class

Implementation of an IndexInput that reads from a portion of the compound file. The visibility is left as "package" *only* because this helps with testing since JUnit test cases in a different class can then access package fields of this class.

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

System.Object
   Lucene.Net.Store.IndexInput
      Lucene.Net.Store.BufferedIndexInput
         Lucene.Net.Index.CompoundFileReader.CSIndexInput

public sealed class CompoundFileReader.CSIndexInput : BufferedIndexInput

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.CSIndexInput Members | Lucene.Net.Index Namespace