Method | Description | |
---|---|---|
BeginRead ( byte array, 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, CancellationToken cancellationToken ) : Task | ||
EndRead ( IAsyncResult asyncResult ) : int | ||
EndWrite ( IAsyncResult asyncResult ) : void | ||
Flush ( ) : void | ||
FlushAsync ( CancellationToken cancellationToken ) : Task | ||
GZipStream ( System stream, System compressionLevel ) | ||
GZipStream ( System stream, System compressionLevel, bool leaveOpen ) | ||
GZipStream ( Stream stream, CompressionLevel compressionLevel ) : System.IO | ||
GZipStream ( Stream stream, CompressionLevel compressionLevel, bool leaveOpen ) : System.IO | ||
GZipStream ( Stream stream, CompressionMode mode ) : System.IO | ||
GZipStream ( Stream stream, CompressionMode mode, bool leaveOpen ) : System.IO | ||
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, CancellationToken cancellationToken ) : Task |
||
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, CancellationToken cancellationToken ) : Task |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Method | Description | |
---|---|---|
CheckDeflateStream ( ) : void | ||
ThrowStreamClosedException ( ) : void |
public BeginRead ( byte array, int offset, int count, AsyncCallback asyncCallback, object asyncState ) : IAsyncResult | ||
array | 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, CancellationToken cancellationToken ) : Task | ||
destination | Stream | |
bufferSize | int | |
cancellationToken | CancellationToken | |
return | Task |
public EndRead ( IAsyncResult asyncResult ) : int | ||
asyncResult | IAsyncResult | |
return | int |
public EndWrite ( IAsyncResult asyncResult ) : void | ||
asyncResult | IAsyncResult | |
return | void |
public FlushAsync ( CancellationToken cancellationToken ) : Task | ||
cancellationToken | CancellationToken | |
return | Task |
public GZipStream ( System stream, System compressionLevel ) | ||
stream | System | |
compressionLevel | System |
public GZipStream ( System stream, System compressionLevel, bool leaveOpen ) | ||
stream | System | |
compressionLevel | System | |
leaveOpen | bool |
public GZipStream ( Stream stream, CompressionLevel compressionLevel ) : System.IO | ||
stream | Stream | |
compressionLevel | CompressionLevel | |
return | System.IO |
public GZipStream ( Stream stream, CompressionLevel compressionLevel, bool leaveOpen ) : System.IO | ||
stream | Stream | |
compressionLevel | CompressionLevel | |
leaveOpen | bool | |
return | System.IO |
public GZipStream ( Stream stream, CompressionMode mode ) : System.IO | ||
stream | Stream | |
mode | CompressionMode | |
return | System.IO |
public GZipStream ( Stream stream, CompressionMode mode, bool leaveOpen ) : System.IO | ||
stream | Stream | |
mode | CompressionMode | |
leaveOpen | bool | |
return | System.IO |
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, CancellationToken cancellationToken ) : Task |
||
array | byte | |
offset | int | |
count | int | |
cancellationToken | 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, CancellationToken cancellationToken ) : Task | ||
array | byte | |
offset | int | |
count | int | |
cancellationToken | CancellationToken | |
return | Task |