Deflater.DeflateAsync 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 |
|---|---|
| DeflateAsync(ByteBuffer) | |
| DeflateAsync(Byte[]) | |
| DeflateAsync(ByteBuffer, Int32) | |
| DeflateAsync(Byte[], Int32, Int32) | |
| DeflateAsync(Byte[], Int32, Int32, Int32) |
DeflateAsync(ByteBuffer)
public System.Threading.Tasks.Task<int> DeflateAsync(Java.Nio.ByteBuffer? output);
member this.DeflateAsync : Java.Nio.ByteBuffer -> System.Threading.Tasks.Task<int>
Parámetros
- output
- ByteBuffer
Devoluciones
Se aplica a
DeflateAsync(Byte[])
public System.Threading.Tasks.Task<int> DeflateAsync(byte[]? output);
member this.DeflateAsync : byte[] -> System.Threading.Tasks.Task<int>
Parámetros
- output
- 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
DeflateAsync(ByteBuffer, Int32)
public System.Threading.Tasks.Task<int> DeflateAsync(Java.Nio.ByteBuffer? output, int flush);
member this.DeflateAsync : Java.Nio.ByteBuffer * int -> System.Threading.Tasks.Task<int>
Parámetros
- output
- ByteBuffer
- flush
- Int32
Devoluciones
Se aplica a
DeflateAsync(Byte[], Int32, Int32)
public System.Threading.Tasks.Task<int> DeflateAsync(byte[]? output, int off, int len);
member this.DeflateAsync : byte[] * int * int -> System.Threading.Tasks.Task<int>
Parámetros
- output
- 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
DeflateAsync(Byte[], Int32, Int32, Int32)
public System.Threading.Tasks.Task<int> DeflateAsync(byte[]? output, int off, int len, int flush);
member this.DeflateAsync : byte[] * int * int * int -> System.Threading.Tasks.Task<int>
Parámetros
- output
- Byte[]
- off
- Int32
- len
- Int32
- flush
- 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.