Property | Type | Description | |
---|---|---|---|
AsyncOperationCompleting | void | ||
AsyncOperationStarting | void | ||
DeflateStream | System.Buffers | ||
DeflateStream | System.Buffers | ||
EnsureBufferInitialized | void | ||
EnsureCompressionMode | void | ||
EnsureDecompressionMode | void | ||
EnsureNoActiveAsyncOperation | void | ||
EnsureNotDisposed | void | ||
FlushAsyncCore | System.Threading.Task | ||
FlushBuffers | void | ||
InitializeBuffer | void | ||
InitializeDeflater | void | ||
InitializeInflater | void | ||
PurgeBuffers | void | ||
ReadAsyncCore | Task |
||
ThrowCannotReadFromDeflateStreamException | void | ||
ThrowCannotWriteToDeflateStreamException | void | ||
ThrowInvalidBeginCall | void | ||
ThrowStreamClosedException | void | ||
ValidateParameters | void | ||
WriteAsyncCore | System.Threading.Task | ||
WriteDeflaterOutput | void | ||
WriteDeflaterOutputAsync | System.Threading.Task |
Method | Description | |
---|---|---|
BeginRead ( byte buffer, int offset, int count, AsyncCallback asyncCallback, object asyncState ) : IAsyncResult | ||
BeginWrite ( byte array, int offset, int count, AsyncCallback asyncCallback, object asyncState ) : IAsyncResult | ||
CopyToAsync ( Stream destination, int bufferSize, |
||
DeflateStream ( System stream, System compressionLevel ) | ||
DeflateStream ( System stream, System compressionLevel, bool leaveOpen ) | ||
DeflateStream ( Stream stream, CompressionLevel compressionLevel ) : System.Buffers | ||
DeflateStream ( Stream stream, CompressionLevel compressionLevel, bool leaveOpen ) : System.Buffers | ||
DeflateStream ( Stream stream, CompressionMode mode ) : System.Buffers | ||
DeflateStream ( Stream stream, CompressionMode mode, bool leaveOpen ) : System.Buffers | ||
EndRead ( IAsyncResult asyncResult ) : int | ||
EndWrite ( IAsyncResult asyncResult ) : void | ||
Flush ( ) : void | ||
FlushAsync ( |
||
Read ( byte array, int offset, int count ) : int | ||
ReadAsync ( byte array, int offset, int count, System cancellationToken ) : System.Threading.Tasks.Task |
||
ReadAsync ( byte array, int offset, int count, |
||
ReadByte ( ) : int | ||
Seek ( long offset, SeekOrigin origin ) : long | ||
Seek ( long offset, System origin ) : long | ||
SetLength ( long value ) : void | ||
Write ( byte array, int offset, int count ) : void | ||
WriteAsync ( byte array, int offset, int count, System cancellationToken ) : System.Threading.Tasks.Task | ||
WriteAsync ( byte array, int offset, int count, |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Method | Description | |
---|---|---|
AsyncOperationCompleting ( ) : void | ||
AsyncOperationStarting ( ) : void | ||
DeflateStream ( Stream stream, CompressionLevel compressionLevel, bool leaveOpen, int windowBits ) : System.Buffers |
Internal constructor to specify the compressionlevel as well as the windowbits
|
|
DeflateStream ( Stream stream, CompressionMode mode, bool leaveOpen, int windowBits ) : System.Buffers |
Internal constructor to check stream validity and call the correct initialization function depending on the value of the CompressionMode given.
|
|
EnsureBufferInitialized ( ) : void | ||
EnsureCompressionMode ( ) : void | ||
EnsureDecompressionMode ( ) : void | ||
EnsureNoActiveAsyncOperation ( ) : void | ||
EnsureNotDisposed ( ) : void | ||
FlushAsyncCore ( |
||
FlushBuffers ( ) : void | ||
InitializeBuffer ( ) : void | ||
InitializeDeflater ( Stream stream, bool leaveOpen, int windowBits, CompressionLevel compressionLevel ) : void |
Sets up this DeflateStream to be used for Zlib Deflation/Compression
|
|
InitializeInflater ( Stream stream, bool leaveOpen, int windowBits ) : void |
Sets up this DeflateStream to be used for Zlib Inflation/Decompression
|
|
PurgeBuffers ( bool disposing ) : void | ||
ReadAsyncCore ( Task |
||
ThrowCannotReadFromDeflateStreamException ( ) : void | ||
ThrowCannotWriteToDeflateStreamException ( ) : void | ||
ThrowInvalidBeginCall ( ) : void | ||
ThrowStreamClosedException ( ) : void | ||
ValidateParameters ( byte array, int offset, int count ) : void | ||
WriteAsyncCore ( byte array, int offset, int count, |
||
WriteDeflaterOutput ( ) : void | ||
WriteDeflaterOutputAsync ( |
Writes the bytes that have already been deflated
|
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 BeginWrite ( byte array, int offset, int count, AsyncCallback asyncCallback, object asyncState ) : IAsyncResult | ||
array | byte | |
offset | int | |
count | int | |
asyncCallback | AsyncCallback | |
asyncState | object | |
return | IAsyncResult |
public CopyToAsync ( Stream destination, int bufferSize, |
||
destination | Stream | |
bufferSize | int | |
cancellationToken | ||
return | System.Threading.Task |
public DeflateStream ( System stream, System compressionLevel ) | ||
stream | System | |
compressionLevel | System |
public DeflateStream ( System stream, System compressionLevel, bool leaveOpen ) | ||
stream | System | |
compressionLevel | System | |
leaveOpen | bool |
public DeflateStream ( Stream stream, CompressionLevel compressionLevel ) : System.Buffers | ||
stream | Stream | |
compressionLevel | CompressionLevel | |
return | System.Buffers |
public DeflateStream ( Stream stream, CompressionLevel compressionLevel, bool leaveOpen ) : System.Buffers | ||
stream | Stream | |
compressionLevel | CompressionLevel | |
leaveOpen | bool | |
return | System.Buffers |
public DeflateStream ( Stream stream, CompressionMode mode ) : System.Buffers | ||
stream | Stream | |
mode | CompressionMode | |
return | System.Buffers |
public DeflateStream ( Stream stream, CompressionMode mode, bool leaveOpen ) : System.Buffers | ||
stream | Stream | |
mode | CompressionMode | |
leaveOpen | bool | |
return | System.Buffers |
public EndRead ( IAsyncResult asyncResult ) : int | ||
asyncResult | IAsyncResult | |
return | int |
public EndWrite ( IAsyncResult asyncResult ) : void | ||
asyncResult | IAsyncResult | |
return | void |
public FlushAsync ( |
||
cancellationToken | ||
return | System.Threading.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, System cancellationToken ) : System.Threading.Tasks.Task |
||
array | byte | |
offset | int | |
count | int | |
cancellationToken | System | |
return | System.Threading.Tasks.Task |
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 Seek ( long offset, System origin ) : long | ||
offset | long | |
origin | System | |
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, System cancellationToken ) : System.Threading.Tasks.Task | ||
array | byte | |
offset | int | |
count | int | |
cancellationToken | System | |
return | System.Threading.Tasks.Task |
public WriteAsync ( byte array, int offset, int count, |
||
array | byte | |
offset | int | |
count | int | |
cancellationToken | ||
return | System.Threading.Task |