Copy the current contents of this buffer to the named output.

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

Syntax

C#
public virtual void WriteTo(
	IndexOutput out_Renamed
)
Visual Basic
Public Overridable Sub WriteTo ( _
	out_Renamed As IndexOutput _
)
Visual C++
public:
virtual void WriteTo(
	IndexOutput^ out_Renamed
)

Parameters

out_Renamed
Type: Lucene.Net.Store..::..IndexOutput

[Missing <param name="out_Renamed"/> documentation for "M:Lucene.Net.Store.RAMOutputStream.WriteTo(Lucene.Net.Store.IndexOutput)"]

See Also