Class BufferedIndexInput
Base implementation class for buffered Index
Inherited Members
Namespace:
Assembly: Lucene.Net.NetCore.dll
Syntax
public abstract class BufferedIndexInput : IndexInput, IDisposable, ICloneable
Constructors
Name | Description |
---|---|
Buffered |
|
Buffered |
Inits BufferedIndexInput with a specific bufferSize |
Fields
Name | Description |
---|---|
buffer | |
BUFFER_SIZE | Default buffer size |
Properties
Name | Description |
---|---|
Buffer |
|
File |
Methods
Name | Description |
---|---|
Clone() | |
New |
|
Read |
|
Read |
|
Read |
|
Read |
Expert: implements buffer refill. Reads bytes from the current position in the input. |
Seek(Int64) | |
Seek |
Expert: implements seek. Sets current position in this file, where the
next Read |
Set |
Change the buffer size used by this IndexInput |