ZLibStream.Read 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
Read(Span<Byte>) |
將數個解壓縮的位元組讀入指定的位元組範圍。 |
Read(Byte[], Int32, Int32) |
將大量解壓縮的位元組讀入指定的位元組陣列。 |
Read(Span<Byte>)
將數個解壓縮的位元組讀入指定的位元組範圍。
public:
override int Read(Span<System::Byte> buffer);
public override int Read (Span<byte> buffer);
override this.Read : Span<byte> -> int
Public Overrides Function Read (buffer As Span(Of Byte)) As Integer
參數
傳回
讀取至位元組範圍的位元組數目。
適用於
Read(Byte[], Int32, Int32)
將大量解壓縮的位元組讀入指定的位元組陣列。
public:
override int Read(cli::array <System::Byte> ^ buffer, int offset, int count);
public override int Read (byte[] buffer, int offset, int count);
override this.Read : byte[] * int * int -> int
Public Overrides Function Read (buffer As Byte(), offset As Integer, count As Integer) As Integer
參數
- buffer
- Byte[]
要讀入資料的位元組陣列。
- offset
- Int32
「陣列」中的位元組位移,即開始從資料流讀取資料的位置。
- count
- Int32
要讀取的最大位元組數。
傳回
已讀入至位元組陣列的位元組數。