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_For |
Methods
Name | Description |
---|---|
Clone() | |
Dispose(Boolean) | |
Length() | |
Read |
Expert: implements buffer refill. Reads bytes from the current position in the input. |
Seek |
Expert: implements seek. Sets current position in this file, where
the next Read |