net9.0
namespace System.IO.Compression
{
public sealed class ZLibStream : Stream
{
public override IAsyncResult! BeginRead(byte[]! buffer, int offset, int count, AsyncCallback? asyncCallback, object? asyncState);
}
}
nuget.org | 0.0 %
Reference this API |
---|---|
.NET | 6.07.08.09.0 |
Information specific to net9.0 | |
Assembly | System.IO.Compression , Version=9.0.0.0, PublicKeyToken=b77a5c561934e089 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This API is supported on all platforms. |