BufferedInputStream.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

属性值

属性

注解

存储数据的内部缓冲区数组。 如有必要,它可能会被另一个大小不同的数组替换。

适用于 . 的 java.io.BufferedInputStream.bufJava 文档

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于