Initializes the directory to create a new file with the given name. This method should be used in {@link #createOutput}.

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

Syntax

C#
protected internal void InitOutput(
	string name
)
Visual Basic
Protected Friend Sub InitOutput ( _
	name As String _
)
Visual C++
protected public:
void InitOutput(
	String^ name
)

Parameters

name
Type: System..::..String

[Missing <param name="name"/> documentation for "M:Lucene.Net.Store.FSDirectory.InitOutput(System.String)"]

See Also