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
파일 보기 프로젝트 열기: synhershko/lucene.net 1 사용 예제들

공개 메소드들

메소드 설명
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