Abstract base class for input from a file in a {@link Directory}. A random-access input stream. Used for all Lucene index input operations.

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

Syntax

C#
public abstract class IndexInput : ICloneable
Visual Basic
Public MustInherit Class IndexInput _
	Implements ICloneable
Visual C++
public ref class IndexInput abstract : ICloneable

Inheritance Hierarchy

See Also