Langue

ChunkedOutputStream.FlushCacheWithAppend(Byte[], Int32, Int32) Méthode

Définition

Écrit des données mises en mémoire tampon et des octets supplémentaires sous forme d’un bloc.

[Android.Runtime.Register("flushCacheWithAppend", "([BII)V", "GetFlushCacheWithAppend_arrayBIIHandler")]
protected virtual void FlushCacheWithAppend(byte[]? bufferToAppend, int off, int len);
[<Android.Runtime.Register("flushCacheWithAppend", "([BII)V", "GetFlushCacheWithAppend_arrayBIIHandler")>]
abstract member FlushCacheWithAppend : byte[] * int * int -> unit
override this.FlushCacheWithAppend : byte[] * int * int -> unit

Paramètres

bufferToAppend
Byte[]

Octets à ajouter au bloc mis en mémoire tampon.

off
Int32

Décalage de base zéro dans la mémoire tampon.

len
Int32

Nombre d’octets à écrire.

Attributs

Remarques

Les parties de cette page sont basées sur le travail créé et partagé par Software Foundation et utilisés sous les termes de la Apache License, version 2.0.

S’applique à