C# Класс Lucene.Net.Store.MockRAMInputStream

Used by MockRAMDirectory to create an input stream that keeps track of when it's been closed.
Наследование: Lucene.Net.Store.RAMInputStream, System.ICloneable
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Clone ( ) : Object
MockRAMInputStream ( MockRAMDirectory dir, System name, Lucene.Net.Store.RAMFile f ) : System

Construct an empty output buffer.

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Описание методов

Clone() публичный Метод

public Clone ( ) : Object
Результат System.Object

Dispose() защищенный Метод

protected Dispose ( bool disposing ) : void
disposing bool
Результат void

MockRAMInputStream() публичный Метод

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
Результат System