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