Method CreateOutput
CreateOutput(String, IOContext)
Creates a new, empty file in the directory with the given name. Returns a stream writing this file.
Declaration
public abstract IndexOutput CreateOutput(string name, IOContext context)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | |
IOContext | context |
Returns
Type | Description |
---|---|
IndexOutput |