C# Class Lucene.Net.Store.MockRAMInputStream

Used by MockRAMDirectory to create an input stream that keeps track of when it's been closed.
Inheritance: Lucene.Net.Store.RAMInputStream, System.ICloneable
显示文件 Open project: synhershko/lucene.net Class Usage Examples

Public Methods

Method Description
Clone ( ) : Object
MockRAMInputStream ( MockRAMDirectory dir, System name, Lucene.Net.Store.RAMFile f ) : System

Construct an empty output buffer.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Method Details

Clone() public method

public Clone ( ) : Object
return System.Object

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

MockRAMInputStream() public method

Construct an empty output buffer.
public MockRAMInputStream ( MockRAMDirectory dir, System name, Lucene.Net.Store.RAMFile f ) : System
dir MockRAMDirectory
name System
f Lucene.Net.Store.RAMFile
return System