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

Inheritance: Lucene.Net.Store.IndexInput
Afficher le fichier Open project: azure-contrib/AzureDirectory Class Usage Examples

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
InflateStream ( string fileName ) : void

Method Details

AzureIndexInput() public méthode

public AzureIndexInput ( AzureDirectory azuredirectory, ICloudBlob blob ) : System
azuredirectory AzureDirectory
blob ICloudBlob
Résultat System

AzureIndexInput() public méthode

public AzureIndexInput ( AzureIndexInput cloneInput ) : System
cloneInput AzureIndexInput
Résultat System

Clone() public méthode

public Clone ( ) : Object
Résultat System.Object

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Length() public méthode

public Length ( ) : long
Résultat long

ReadByte() public méthode

public ReadByte ( ) : byte
Résultat byte

ReadBytes() public méthode

public ReadBytes ( byte b, int offset, int len ) : void
b byte
offset int
len int
Résultat void

Seek() public méthode

public Seek ( long pos ) : void
pos long
Résultat void