Lenguaje

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

Definición

Escribe datos almacenados en búfer y bytes adicionales como un fragmento.

[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

Parámetros

bufferToAppend
Byte[]

Bytes que se van a anexar al fragmento almacenado en búfer.

off
Int32

Desplazamiento de base cero en el búfer.

len
Int32

Número de bytes que se van a escribir.

Atributos

Comentarios

Las partes de esta página se basan en el trabajo creado y compartido por y se usan bajo los términos de la de Apache License, versión 2.0.

Se aplica a