Class SimpleFSDirectory.SimpleFSIndexInput
Reads bytes with
Inheritance
System.Object
SimpleFSDirectory.SimpleFSIndexInput
Inherited Members
Assembly: DistributedLucene.Net.dll
Syntax
protected class SimpleFSIndexInput : BufferedIndexInput, IDisposable
Constructors
Name | Description |
---|---|
SimpleFSIndexInput(String, FileStream, IOContext) | |
SimpleFSIndexInput(String, FileStream, Int64, Int64, Int32) |
Fields
Name | Description |
---|---|
m_end | end offset (start+length) |
m_file | the file channel we will read from |
m_off | start offset: non-zero in the slice case |
Properties
Name | Description |
---|---|
IsClone | is this instance a clone and hence does not own the file to close it |
IsFDValid | |
Length |
Methods
Name | Description |
---|---|
Clone() | |
Dispose(Boolean) | |
ReadInternal(Byte[], Int32, Int32) | IndexInput methods |
SeekInternal(Int64) |