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.

Namespace: Lucene.Net.Index
Assembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1

Syntax

C#
public sealed class CSIndexInput : BufferedIndexInput, 
	ICloneable
Visual Basic
Public NotInheritable Class CSIndexInput _
	Inherits BufferedIndexInput _
	Implements ICloneable
Visual C++
public ref class CSIndexInput sealed : public BufferedIndexInput, 
	ICloneable

Inheritance Hierarchy

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

See Also