ChunkedOutputStream.FlushCacheWithAppend(Byte[], Int32, Int32) Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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.