語言

ByteArrayInputStream.Buf 屬性

定義

一個由串流創建者提供的位元組陣列。

[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 所創建與分享的作品,並依授權條款所描述的使用進行修改。

適用於