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