Class BufferedIndexOutput
Base implementation class for buffered IndexOutput.
Inherited Members
Namespace:
Assembly: Lucene.Net.NetCore.dll
Syntax
public abstract class BufferedIndexOutput : IndexOutput
Properties
Name | Description |
---|---|
FilePointer | 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. |
FlushBuffer(Byte[], Int32, Int32) | 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. |
WriteByte(Byte) | Writes a single byte. |
WriteBytes(Byte[], Int32, Int32) | Writes an array of bytes. |