Class RAMOutputStream
A memory-resident IndexOutput implementation.
For lucene internal use.
Inherited Members
Namespace:
Assembly: Lucene.Net.NetCore.dll
Syntax
public class RAMOutputStream : IndexOutput
Constructors
Name | Description |
---|---|
RAMOutputStream() | Construct an empty output buffer. |
Properties
Name | Description |
---|---|
FilePointer | |
Length |
Methods
Name | Description |
---|---|
Dispose(Boolean) | |
Flush() | |
Reset() | Resets this to an empty buffer. |
Seek(Int64) | |
SizeInBytes() | Returns byte usage of all buffers. |
WriteByte(Byte) | |
WriteBytes(Byte[], Int32, Int32) | |
WriteTo(IndexOutput) | Copy the current contents of this buffer to the named output. |