Class MockIndexOutputWrapper
Used by MockRAMDirectory to create an output stream that will throw anSystem.IO.IOException on fake disk full, track max disk space actually used, and maybe throw random System.IO.IOExceptions.
Inheritance
System.Object
MockIndexOutputWrapper
Assembly: Lucene.Net.TestFramework.dll
Syntax
public class MockIndexOutputWrapper : IndexOutput
Constructors
Name | Description |
---|---|
MockIndexOutputWrapper(MockDirectoryWrapper, IndexOutput, String) | Construct an empty output buffer. |
Properties
Name | Description |
---|---|
Checksum | |
Length |
Methods
Name | Description |
---|---|
CopyBytes(DataInput, Int64) | |
Dispose(Boolean) | |
Flush() | |
GetFilePointer() | |
Seek(Int64) | |
ToString() | |
WriteByte(Byte) | |
WriteBytes(Byte[], Int32, Int32) |