Method OpenInput
OpenInput(String, Int32)
Creates an IndexInput for the file with the given name.
Declaration
public override IndexInput OpenInput(String name, int bufferSize)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | |
System.Int32 | bufferSize |
Returns
Type | Description |
---|---|
IndexInput |