C# 클래스 Lucene.Net.Store.MockIndexInputWrapper

Used by MockDirectoryWrapper to create an input stream that keeps track of when it's been closed.
상속: IndexInput
파일 보기 프로젝트 열기: apache/lucenenet 1 사용 예제들

공개 메소드들

메소드 설명
Clone ( ) : object
Dispose ( ) : void
Length ( ) : long
MockIndexInputWrapper ( MockDirectoryWrapper dir, string name, IndexInput @delegate ) : System

Construct an empty output buffer.

ReadByte ( ) : byte
ReadBytes ( byte b, int offset, int len ) : void
ReadBytes ( byte b, int offset, int len, bool useBuffer ) : void
ReadInt ( ) : int
ReadLong ( ) : long
ReadShort ( ) : short
ReadString ( ) : string
ReadStringStringMap ( ) : string>.IDictionary
ReadVInt ( ) : int
ReadVLong ( ) : long
Seek ( long pos ) : void
ToString ( ) : string

비공개 메소드들

메소드 설명
EnsureOpen ( ) : void

메소드 상세

Clone() 공개 메소드

public Clone ( ) : object
리턴 object

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Length() 공개 메소드

public Length ( ) : long
리턴 long

MockIndexInputWrapper() 공개 메소드

Construct an empty output buffer.
public MockIndexInputWrapper ( MockDirectoryWrapper dir, string name, IndexInput @delegate ) : System
dir MockDirectoryWrapper
name string
@delegate IndexInput
리턴 System

ReadByte() 공개 메소드

public ReadByte ( ) : byte
리턴 byte

ReadBytes() 공개 메소드

public ReadBytes ( byte b, int offset, int len ) : void
b byte
offset int
len int
리턴 void

ReadBytes() 공개 메소드

public ReadBytes ( byte b, int offset, int len, bool useBuffer ) : void
b byte
offset int
len int
useBuffer bool
리턴 void

ReadInt() 공개 메소드

public ReadInt ( ) : int
리턴 int

ReadLong() 공개 메소드

public ReadLong ( ) : long
리턴 long

ReadShort() 공개 메소드

public ReadShort ( ) : short
리턴 short

ReadString() 공개 메소드

public ReadString ( ) : string
리턴 string

ReadStringStringMap() 공개 메소드

public ReadStringStringMap ( ) : string>.IDictionary
리턴 string>.IDictionary

ReadVInt() 공개 메소드

public ReadVInt ( ) : int
리턴 int

ReadVLong() 공개 메소드

public ReadVLong ( ) : long
리턴 long

Seek() 공개 메소드

public Seek ( long pos ) : void
pos long
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string