C# 클래스 Lucene.Net.Store.Azure.AzureIndexInput

상속: Lucene.Net.Store.IndexInput
파일 보기 프로젝트 열기: azure-contrib/AzureDirectory 1 사용 예제들

공개 메소드들

메소드 설명
AzureIndexInput ( AzureDirectory azuredirectory, ICloudBlob blob ) : System
AzureIndexInput ( AzureIndexInput cloneInput ) : System
Clone ( ) : Object
Length ( ) : long
ReadByte ( ) : byte
ReadBytes ( byte b, int offset, int len ) : void
Seek ( long pos ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
InflateStream ( string fileName ) : void

메소드 상세

AzureIndexInput() 공개 메소드

public AzureIndexInput ( AzureDirectory azuredirectory, ICloudBlob blob ) : System
azuredirectory AzureDirectory
blob ICloudBlob
리턴 System

AzureIndexInput() 공개 메소드

public AzureIndexInput ( AzureIndexInput cloneInput ) : System
cloneInput AzureIndexInput
리턴 System

Clone() 공개 메소드

public Clone ( ) : Object
리턴 System.Object

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

Length() 공개 메소드

public Length ( ) : long
리턴 long

ReadByte() 공개 메소드

public ReadByte ( ) : byte
리턴 byte

ReadBytes() 공개 메소드

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

Seek() 공개 메소드

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