Inflater.InflateAsync Método

Definición

Sobrecargas

InflateAsync(ByteBuffer)

public System.Threading.Tasks.Task<int> InflateAsync(Java.Nio.ByteBuffer? output);
member this.InflateAsync : Java.Nio.ByteBuffer -> System.Threading.Tasks.Task<int>

Parámetros

output
ByteBuffer

Devoluciones

Se aplica a

InflateAsync(Byte[])

public System.Threading.Tasks.Task<int> InflateAsync(byte[]? b);
public System.Threading.Tasks.Task<int> InflateAsync(byte[]? output);
member this.InflateAsync : byte[] -> System.Threading.Tasks.Task<int>
member this.InflateAsync : byte[] -> System.Threading.Tasks.Task<int>

Parámetros

boutput
Byte[]

Devoluciones

Comentarios

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a

InflateAsync(Byte[], Int32, Int32)

public System.Threading.Tasks.Task<int> InflateAsync(byte[]? b, int off, int len);
public System.Threading.Tasks.Task<int> InflateAsync(byte[]? output, int off, int len);
member this.InflateAsync : byte[] * int * int -> System.Threading.Tasks.Task<int>
member this.InflateAsync : byte[] * int * int -> System.Threading.Tasks.Task<int>

Parámetros

boutput
Byte[]
off
Int32
len
Int32

Devoluciones

Comentarios

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a