ByteArrayInputStream.Buf 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
一個由串流創建者提供的位元組陣列。
[Android.Runtime.Register("buf")]
protected System.Collections.Generic.IList<byte>? Buf { get; set; }
[<Android.Runtime.Register("buf")>]
member this.Buf : System.Collections.Generic.IList<byte> with get, set
屬性值
- 屬性
備註
一個由串流創建者提供的位元組陣列。
buf[0]元素 是buf[count-1]串流中唯一能讀取的位元組;元素buf[pos]是下一個要讀取的位元組。
Java 文件 java.io.ByteArrayInputStream.buf。
本頁部分內容為基於 Open Source Project 所創建與分享的作品,並依授權條款所描述的使用進行修改。