Class NIOFSDirectory.NIOFSIndexInput
Reads bytes with the Read(FileStream, ByteBuffer, Int64)
extension method for
Inherited Members
Assembly: DistributedLucene.Net.dll
Syntax
protected class NIOFSIndexInput : BufferedIndexInput, IDisposable
Constructors
Name | Description |
---|---|
NIOFSIndexInput(String, FileStream, IOContext) | |
NIOFSIndexInput(String, FileStream, Int64, Int64, Int32) |
Fields
Name | Description |
---|---|
m_channel | the file channel we will read from |
m_end | end offset (start+length) |
m_off | start offset: non-zero in the slice case |
Properties
Name | Description |
---|---|
Length |
Methods
Name | Description |
---|---|
Clone() | |
Dispose(Boolean) | |
NewBuffer(Byte[]) | |
ReadInternal(Byte[], Int32, Int32) | |
SeekInternal(Int64) |