言語

ChunkedOutputStream.FlushCacheWithAppend(Byte[], Int32, Int32) メソッド

定義

バッファー内のデータと追加のバイトを 1 つのチャンクとして書き込みます。

[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

パラメーター

bufferToAppend
Byte[]

バッファー内のチャンクに追加するバイト。

off
Int32

バッファー内の 0 から始まるオフセット。

len
Int32

書き込むバイト数。

属性

注釈

このページの一部は、Apache Software Foundation によって作成および共有され の条件に基づいて使用される作業に基づいています。

適用対象