Class BufferedIndexOutput
Base implementation class for buffered IndexOutput.
Inherited Members
Assembly: DistributedLucene.Net.dll
Syntax
public abstract class BufferedIndexOutput : IndexOutput, IDisposable
Constructors
Name | Description |
---|---|
BufferedIndexOutput() | Creates a new BufferedIndexOutput with the default buffer size (DEFAULT_BUFFER_SIZE bytes see DEFAULT_BUFFER_SIZE) |
BufferedIndexOutput(Int32) | Creates a new BufferedIndexOutput with the given buffer size. |
Fields
Name | Description |
---|---|
DEFAULT_BUFFER_SIZE | The default buffer size in bytes (DEFAULT_BUFFER_SIZE). |
Properties
Name | Description |
---|---|
BufferSize | Returns size of the used output buffer in bytes. |
Checksum | |
Length |
Methods
Name | Description |
---|---|
Dispose(Boolean) | |
Flush() | |
FlushBuffer(Byte[], Int32, Int32) | Expert: implements buffer write. Writes bytes at the current position in the output. |
GetFilePointer() | |
Seek(Int64) | |
WriteByte(Byte) | |
WriteBytes(Byte[], Int32, Int32) |