Base implementation class for buffered {@link IndexInput}.

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

Syntax

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

Inheritance Hierarchy

See Also