ChunkedOutputStream.FlushCacheWithAppend(Byte[], Int32, Int32) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
É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.