A memory-resident {@link IndexOutput} implementation.

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

Syntax

C#
public class RAMOutputStream : IndexOutput
Visual Basic
Public Class RAMOutputStream _
	Inherits IndexOutput
Visual C++
public ref class RAMOutputStream : public IndexOutput

Inheritance Hierarchy

System..::..Object
  Lucene.Net.Store..::..IndexOutput
    Lucene.Net.Store..::..RAMOutputStream

See Also