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

Implements IndexOutput semantics for a write/append only file
Inheritance: IndexOutput
Afficher le fichier Open project: azure-contrib/AzureDirectory Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
CompressStream ( string fileName, long originalLength ) : MemoryStream

Method Details

AzureIndexOutput() public méthode

public AzureIndexOutput ( AzureDirectory azureDirectory, ICloudBlob blob ) : System
azureDirectory AzureDirectory
blob ICloudBlob
Résultat System

Dispose() protected méthode

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

Flush() public méthode

public Flush ( ) : void
Résultat void

Seek() public méthode

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

WriteByte() public méthode

public WriteByte ( byte b ) : void
b byte
Résultat void

WriteBytes() public méthode

public WriteBytes ( byte b, int length ) : void
b byte
length int
Résultat void

WriteBytes() public méthode

public WriteBytes ( byte b, int offset, int length ) : void
b byte
offset int
length int
Résultat void