Constructor SimpleFSIndexInput
SimpleFSIndexInput(String, FileStream, IOContext)
Declaration
public SimpleFSIndexInput(string resourceDesc, FileStream file, IOContext context)
Parameters
Type | Name | Description |
---|---|---|
System.String | resourceDesc | |
FileStream | file | |
IOContext | context |
SimpleFSIndexInput(String, FileStream, Int64, Int64, Int32)
Declaration
public SimpleFSIndexInput(string resourceDesc, FileStream file, long off, long length, int bufferSize)
Parameters
Type | Name | Description |
---|---|---|
System.String | resourceDesc | |
FileStream | file | |
System.Int64 | off | |
System.Int64 | length | |
System.Int32 | bufferSize |