Method | Description | |
---|---|---|
BeginRead ( byte buffer, int offset, int count, AsyncCallback asyncCallback, object asyncState ) : IAsyncResult | ||
DeflateManagedStream ( Stream stream, CompressionLevel compressionLevel ) : System.Diagnostics | ||
DeflateManagedStream ( Stream stream, CompressionLevel compressionLevel, bool leaveOpen ) : System.Diagnostics | ||
DeflateManagedStream ( Stream stream, CompressionMode mode ) : System.Diagnostics | ||
DeflateManagedStream ( Stream stream, CompressionMode mode, bool leaveOpen ) : System.Diagnostics | ||
EndRead ( IAsyncResult asyncResult ) : int | ||
Flush ( ) : void | ||
FlushAsync ( |
||
Read ( byte array, int offset, int count ) : int | ||
ReadAsync ( byte array, int offset, int count, |
||
Seek ( long offset, SeekOrigin origin ) : long | ||
SetLength ( long value ) : void | ||
Write ( byte array, int offset, int count ) : void | ||
WriteAsync ( byte array, int offset, int count, |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Method | Description | |
---|---|---|
DeflateManagedStream ( Stream stream, |
||
DeflateManagedStream ( Stream stream, bool leaveOpen, IFileFormatReader reader ) : System.Diagnostics | ||
DoMaintenance ( byte array, int offset, int count ) : void | ||
EnsureCompressionMode ( ) : void | ||
EnsureDecompressionMode ( ) : void | ||
EnsureNotDisposed ( ) : void | ||
InitializeDeflater ( Stream stream, bool leaveOpen, CompressionLevel compressionLevel ) : void |
Sets up this DeflateManagedStream to be used for Deflation/Compression
|
|
InitializeInflater ( Stream stream, bool leaveOpen, IFileFormatReader reader = null, |
Sets up this DeflateManagedStream to be used for Inflation/Decompression
|
|
PurgeBuffers ( bool disposing ) : void | ||
ReadAsyncCore ( Task |
||
SetFileFormatWriter ( IFileFormatWriter writer ) : void | ||
ThrowCannotReadFromDeflateManagedStreamException ( ) : void | ||
ThrowCannotWriteToDeflateManagedStreamException ( ) : void | ||
ThrowStreamClosedException ( ) : void | ||
ValidateParameters ( byte array, int offset, int count ) : void | ||
WriteAsyncCore ( byte array, int offset, int count, |
||
WriteDeflaterOutput ( ) : void |
public BeginRead ( byte buffer, int offset, int count, AsyncCallback asyncCallback, object asyncState ) : IAsyncResult | ||
buffer | byte | |
offset | int | |
count | int | |
asyncCallback | AsyncCallback | |
asyncState | object | |
return | IAsyncResult |
public DeflateManagedStream ( Stream stream, CompressionLevel compressionLevel ) : System.Diagnostics | ||
stream | Stream | |
compressionLevel | CompressionLevel | |
return | System.Diagnostics |
public DeflateManagedStream ( Stream stream, CompressionLevel compressionLevel, bool leaveOpen ) : System.Diagnostics | ||
stream | Stream | |
compressionLevel | CompressionLevel | |
leaveOpen | bool | |
return | System.Diagnostics |
public DeflateManagedStream ( Stream stream, CompressionMode mode ) : System.Diagnostics | ||
stream | Stream | |
mode | CompressionMode | |
return | System.Diagnostics |
public DeflateManagedStream ( Stream stream, CompressionMode mode, bool leaveOpen ) : System.Diagnostics | ||
stream | Stream | |
mode | CompressionMode | |
leaveOpen | bool | |
return | System.Diagnostics |
public EndRead ( IAsyncResult asyncResult ) : int | ||
asyncResult | IAsyncResult | |
return | int |
public FlushAsync ( |
||
cancellationToken | ||
return | Task |
public Read ( byte array, int offset, int count ) : int | ||
array | byte | |
offset | int | |
count | int | |
return | int |
public ReadAsync ( byte array, int offset, int count, |
||
array | byte | |
offset | int | |
count | int | |
cancellationToken | ||
return | Task |
public Seek ( long offset, SeekOrigin origin ) : long | ||
offset | long | |
origin | SeekOrigin | |
return | long |
public Write ( byte array, int offset, int count ) : void | ||
array | byte | |
offset | int | |
count | int | |
return | void |
public WriteAsync ( byte array, int offset, int count, |
||
array | byte | |
offset | int | |
count | int | |
cancellationToken | ||
return | Task |