ChunkedOutputStream.FlushCacheWithAppend(Byte[], Int32, Int32) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Grava dados em buffer e bytes adicionais como uma parte.
[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[]
Os bytes a serem acrescentados à parte em buffer.
- off
- Int32
O deslocamento baseado em zero no buffer.
- len
- Int32
O número de bytes a serem gravados.
- Atributos
Comentários
As partes desta página são baseadas no trabalho criado e compartilhado pelo Software Foundation e usadas nos termos da do Apache License, versão 2.0.