ZstandardStream
ZstandardStream(Stream, CompressionLevel)
ZstandardStream(Stream, CompressionMode)
ZstandardStream(Stream, CompressionLevel, Boolean)
ZstandardStream(Stream, CompressionMode, Boolean)
ZstandardStream(Stream, ZstandardCompressionOptions, Boolean)
ZstandardStream(Stream, ZstandardDecoder, Boolean)
ZstandardStream(Stream, ZstandardEncoder, Boolean)
ZstandardStream(Stream, CompressionMode, ZstandardDictionary, Boolean)
BaseStream
CanRead
CanSeek
CanWrite
Length
Position
BeginRead(Byte[], Int32, Int32, AsyncCallback, Object)
BeginWrite(Byte[], Int32, Int32, AsyncCallback, Object)
Dispose(Boolean)
DisposeAsync()
EndRead(IAsyncResult)
EndWrite(IAsyncResult)
Flush()
FlushAsync(CancellationToken)
Read(Byte[], Int32, Int32)
Read(Span<Byte>)
ReadAsync(Byte[], Int32, Int32, CancellationToken)
ReadAsync(Memory<Byte>, CancellationToken)
ReadByte()
Seek(Int64, SeekOrigin)
SetLength(Int64)
SetSourceLength(Int64)
Write(Byte[], Int32, Int32)
Write(ReadOnlySpan<Byte>)
WriteAsync(Byte[], Int32, Int32, CancellationToken)
WriteAsync(ReadOnlyMemory<Byte>, CancellationToken)
WriteByte(Byte)
net11.0
namespace System.IO.Compression
{
public sealed class ZstandardStream : Stream
{
public override long Position { get; set; }
}
}
| Design Reviews |
|
|---|---|
| .NET | 11.0 |
Information specific to net11.0 | |
| Assembly | System.IO.Compression.Zstandard , Version=11.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51 |
| Referencing | The API is automatically referenced. |
| Preview | The API is contained in a preview framework. |
| Platform Restrictions | The property getter is supported on any platform except for these:
The property setter is supported on any platform except for these:
|
- Built-in API
- Package-provided API