Class MockIndexInputWrapper
Used by MockDirectoryWrapper to create an input stream that keeps track of when it's been closed.
Inheritance
System.Object
MockIndexInputWrapper
Assembly: Lucene.Net.TestFramework.dll
Syntax
public class MockIndexInputWrapper : IndexInput
Constructors
Name | Description |
---|---|
MockIndexInputWrapper(MockDirectoryWrapper, String, IndexInput) | Construct an empty output buffer. |
Properties
Name | Description |
---|---|
Length |
Methods
Name | Description |
---|---|
Clone() | |
Dispose(Boolean) | |
GetFilePointer() | |
ReadByte() | |
ReadBytes(Byte[], Int32, Int32) | |
ReadBytes(Byte[], Int32, Int32, Boolean) | |
ReadInt16() | NOTE: this was readShort() in Lucene |
ReadInt32() | NOTE: this was readInt() in Lucene |
ReadInt64() | NOTE: this was readLong() in Lucene |
ReadString() | |
ReadStringStringMap() | |
ReadVInt32() | NOTE: this was readVInt() in Lucene |
ReadVInt64() | NOTE: this was readVLong() in Lucene |
Seek(Int64) | |
ToString() |