Inflater.InflateAsync 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.
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
Retornos
Aplica-se 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[]
Retornos
Comentários
Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Project Open Source do Open Source e usadas de acordo com os termos descritos na Creative Commons 2.5.
Aplica-se 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
Retornos
Comentários
Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Project Open Source do Open Source e usadas de acordo com os termos descritos na Creative Commons 2.5.