Java.IO.IObjectInputExtensions Members

The members of Java.IO.IObjectInputExtensions are listed below.

See Also: Inherited members from System.Object

Public Methods

static
ReadAsync(this IObjectInput) : System.Threading.Tasks.Task<int>
Documentation for this section has not yet been entered.
static
ReadAsync(this IObjectInput, byte[]) : System.Threading.Tasks.Task<int>
Documentation for this section has not yet been entered.
static
ReadAsync(this IObjectInput, byte[], int, int) : System.Threading.Tasks.Task<int>
Documentation for this section has not yet been entered.
static
ReadObjectAsync(this IObjectInput) : System.Threading.Tasks.Task<Java.Lang.Object>
Documentation for this section has not yet been entered.
static
SkipAsync(this IObjectInput, long) : System.Threading.Tasks.Task<long>
Documentation for this section has not yet been entered.