C# Class Lucene.Net.Store.Azure.AzureIndexInput

Inheritance: Lucene.Net.Store.IndexInput
ファイルを表示 Open project: azure-contrib/AzureDirectory Class Usage Examples

Public Methods

Method Description
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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
InflateStream ( string fileName ) : void

Method Details

AzureIndexInput() public method

public AzureIndexInput ( AzureDirectory azuredirectory, ICloudBlob blob ) : System
azuredirectory AzureDirectory
blob ICloudBlob
return System

AzureIndexInput() public method

public AzureIndexInput ( AzureIndexInput cloneInput ) : System
cloneInput AzureIndexInput
return System

Clone() public method

public Clone ( ) : Object
return System.Object

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

Length() public method

public Length ( ) : long
return long

ReadByte() public method

public ReadByte ( ) : byte
return byte

ReadBytes() public method

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

Seek() public method

public Seek ( long pos ) : void
pos long
return void