Method OpenInput
OpenInput(String)
Declaration
public override IndexInput OpenInput(String id)
Parameters
Type | Name | Description |
---|---|---|
System.String | id |
Returns
Type | Description |
---|---|
IndexInput |
Overrides
OpenInput(String, Int32)
Declaration
public override IndexInput OpenInput(String id, int readBufferSize)
Parameters
Type | Name | Description |
---|---|---|
System.String | id | |
System.Int32 | readBufferSize |
Returns
Type | Description |
---|---|
IndexInput |