Idioma

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

Definição

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.

Aplica-se a