IObjectInputExtensions.ReadAsync 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 |
|---|---|
| ReadAsync(IObjectInput) | |
| ReadAsync(IObjectInput, Byte[]) | |
| ReadAsync(IObjectInput, Byte[], Int32, Int32) |
ReadAsync(IObjectInput)
public static System.Threading.Tasks.Task<int> ReadAsync(this Java.IO.IObjectInput self);
static member ReadAsync : Java.IO.IObjectInput -> System.Threading.Tasks.Task<int>
Parámetros
- self
- IObjectInput
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
ReadAsync(IObjectInput, Byte[])
public static System.Threading.Tasks.Task<int> ReadAsync(this Java.IO.IObjectInput self, byte[]? b);
static member ReadAsync : Java.IO.IObjectInput * byte[] -> System.Threading.Tasks.Task<int>
Parámetros
- self
- IObjectInput
- b
- 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
ReadAsync(IObjectInput, Byte[], Int32, Int32)
public static System.Threading.Tasks.Task<int> ReadAsync(this Java.IO.IObjectInput self, byte[]? b, int off, int len);
static member ReadAsync : Java.IO.IObjectInput * byte[] * int * int -> System.Threading.Tasks.Task<int>
Parámetros
- self
- IObjectInput
- b
- 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.