Class RAMOutputStream
A memory-resident IndexOutput implementation.
@lucene.internal
Inherited Members
Assembly: DistributedLucene.Net.dll
Syntax
public class RAMOutputStream : IndexOutput, IDisposable
Constructors
Name | Description |
---|---|
RAMOutputStream() | Construct an empty output buffer. |
RAMOutputStream(RAMFile) |
Properties
Name | Description |
---|---|
Checksum | |
Length |
Methods
Name | Description |
---|---|
Dispose(Boolean) | |
Flush() | |
GetFilePointer() | |
GetSizeInBytes() | Returns byte usage of all buffers. |
Reset() | Resets this to an empty file. |
Seek(Int64) | |
WriteByte(Byte) | |
WriteBytes(Byte[], Int32, Int32) | |
WriteTo(DataOutput) | Copy the current contents of this buffer to the named output. |
WriteTo(Byte[], Int32) | Copy the current contents of this buffer to output byte array |