語言

ByteArrayInputStream.Pos 屬性

定義

下一個要從輸入串流緩衝區讀取字元的索引。

[Android.Runtime.Register("pos")]
protected int Pos { get; set; }
[<Android.Runtime.Register("pos")>]
member this.Pos : int with get, set

屬性值

屬性

備註

下一個要從輸入串流緩衝區讀取字元的索引。 此值應始終為非負值,且不應大於 的 count值。 下一個要從輸入串流緩衝區讀取的位元組將是 buf[pos]

Java 文件 java.io.ByteArrayInputStream.pos

本頁部分內容為基於 Open Source Project 所創建與分享的作品,並依授權條款所描述的使用進行修改。

適用於