ZstandardDecoder 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public ref class ZstandardDecoder sealed : IDisposable
public sealed class ZstandardDecoder : IDisposable
type ZstandardDecoder = class
interface IDisposable
Public NotInheritable Class ZstandardDecoder
Implements IDisposable
- 繼承
-
ZstandardDecoder
- 實作
建構函式
| 名稱 | Description |
|---|---|
| ZstandardDecoder() | |
| ZstandardDecoder(Int32) | |
| ZstandardDecoder(ZstandardDictionary, Int32) | |
| ZstandardDecoder(ZstandardDictionary) | |
方法
| 名稱 | Description |
|---|---|
| Decompress(ReadOnlySpan<Byte>, Span<Byte>, Int32, Int32) | |
| Dispose() | |
| Equals(Object) |
判斷指定的物件是否等於當前物件。 (繼承來源 Object) |
| GetHashCode() |
作為預設的雜湊函數。 (繼承來源 Object) |
| GetType() |
取得 Type 目前實例的 。 (繼承來源 Object) |
| MemberwiseClone() |
會產生一個 Object淺層的電流 。 (繼承來源 Object) |
| Reset() | |
| SetPrefix(ReadOnlyMemory<Byte>) | |
| ToString() |
回傳一個代表當前物件的字串。 (繼承來源 Object) |
| TryDecompress(ReadOnlySpan<Byte>, Span<Byte>, Int32, ZstandardDictionary) | |
| TryDecompress(ReadOnlySpan<Byte>, Span<Byte>, Int32) | |
| TryGetMaxDecompressedLength(ReadOnlySpan<Byte>, Int64) | |