Class BufferedIndexOutput
Base implementation class for buffered Index
Inherited Members
Namespace:
Assembly: Lucene.Net.NetCore.dll
Syntax
public abstract class BufferedIndexOutput : IndexOutput
Properties
Name | Description |
---|---|
File |
Returns the current position in this file, where the next write will occur. |
Length | The number of bytes in the file. |
Methods
Name | Description |
---|---|
Dispose(Boolean) | Closes this stream to further operations. |
Flush() | Forces any buffered output to be written. |
Flush |
Expert: implements buffer write. Writes bytes at the current position in the output. |
Seek(Int64) | Sets current position in this file, where the next write will occur. |
Write |
Writes a single byte. |
Write |
Writes an array of bytes. |