Class CompoundFileReader.CSIndexInput
Implementation of an IndexInput that reads from a portion of the compound file. The visibility is left as "package" only because this helps with testing since JUnit test cases in a different class can then access package fields of this class.
Inherited Members
Namespace:
Assembly: Lucene.Net.NetCore.dll
Syntax
public sealed class CSIndexInput : BufferedIndexInput, IDisposable, ICloneable
Properties
Name | Description |
---|---|
base_Renamed_ForNUnit |
Methods
Name | Description |
---|---|
Clone() | |
Dispose(Boolean) | |
Length() | |
ReadInternal(Byte[], Int32, Int32) | Expert: implements buffer refill. Reads bytes from the current position in the input. |
SeekInternal(Int64) | Expert: implements seek. Sets current position in this file, where the next ReadInternal(Byte[], Int32, Int32) will occur. |