Method | Description | |
---|---|---|
AzureIndexOutput ( |
||
Flush ( ) : void | ||
Seek ( long pos ) : void | ||
WriteByte ( byte b ) : void | ||
WriteBytes ( byte b, int length ) : void | ||
WriteBytes ( byte b, int offset, int length ) : void |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Method | Description | |
---|---|---|
CompressStream ( string fileName, long originalLength ) : |
public AzureIndexOutput ( |
||
azureDirectory | ||
blob | ICloudBlob | |
return | System |
public WriteBytes ( byte b, int length ) : void | ||
b | byte | |
length | int | |
return | void |
public WriteBytes ( byte b, int offset, int length ) : void | ||
b | byte | |
offset | int | |
length | int | |
return | void |