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

Implements IndexOutput semantics for a write/append only file
상속: IndexOutput
파일 보기 프로젝트 열기: azure-contrib/AzureDirectory 1 사용 예제들

공개 메소드들

메소드 설명
AzureIndexOutput ( AzureDirectory azureDirectory, ICloudBlob blob ) : System
Flush ( ) : void
Seek ( long pos ) : void
WriteByte ( byte b ) : void
WriteBytes ( byte b, int length ) : void
WriteBytes ( byte b, int offset, int length ) : void

보호된 메소드들

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

비공개 메소드들

메소드 설명
CompressStream ( string fileName, long originalLength ) : MemoryStream

메소드 상세

AzureIndexOutput() 공개 메소드

public AzureIndexOutput ( AzureDirectory azureDirectory, ICloudBlob blob ) : System
azureDirectory AzureDirectory
blob ICloudBlob
리턴 System

Dispose() 보호된 메소드

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

Flush() 공개 메소드

public Flush ( ) : void
리턴 void

Seek() 공개 메소드

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

WriteByte() 공개 메소드

public WriteByte ( byte b ) : void
b byte
리턴 void

WriteBytes() 공개 메소드

public WriteBytes ( byte b, int length ) : void
b byte
length int
리턴 void

WriteBytes() 공개 메소드

public WriteBytes ( byte b, int offset, int length ) : void
b byte
offset int
length int
리턴 void