Inflater.InflateAsync 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í.
Sobrecargas
| Nombre | Description |
|---|---|
| InflateAsync(ByteBuffer) | |
| InflateAsync(Byte[]) | |
| InflateAsync(Byte[], Int32, Int32) |
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.