[Missing <summary> documentation for "T:Lucene.Net.Store.SimpleFSDirectory.SimpleFSIndexInput"]

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

Syntax

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

Inheritance Hierarchy

System..::..Object
  Lucene.Net.Store..::..IndexInput
    Lucene.Net.Store..::..BufferedIndexInput
      Lucene.Net.Store..::..SimpleFSDirectory..::..SimpleFSIndexInput
        Lucene.Net.Store..::..FSDirectory..::..FSIndexInput

See Also