Linguaggio

ByteArrayInputStream.Buf Proprietà

Definizione

Matrice di byte fornita dall'autore del flusso.

[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

Valore della proprietà

Attributi

Commenti

Matrice di byte fornita dall'autore del flusso. Gli elementi buf[0] attraverso buf[count-1] sono gli unici byte che possono essere letti dal flusso. L'elemento buf[pos] è il byte successivo da leggere.

per java.io.ByteArrayInputStream.buf.

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a