Java.IO.IDataInputExtensions Members

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

See Also: Inherited members from System.Object

Public Methods

static
ReadBooleanAsync(this IDataInput) : System.Threading.Tasks.Task<bool>
Documentation for this section has not yet been entered.
static
ReadByteAsync(this IDataInput) : System.Threading.Tasks.Task<sbyte>
Documentation for this section has not yet been entered.
static
ReadCharAsync(this IDataInput) : System.Threading.Tasks.Task<char>
Documentation for this section has not yet been entered.
static
ReadDoubleAsync(this IDataInput) : System.Threading.Tasks.Task<double>
Documentation for this section has not yet been entered.
static
ReadFloatAsync(this IDataInput) : System.Threading.Tasks.Task<float>
Documentation for this section has not yet been entered.
static
ReadFullyAsync(this IDataInput, byte[]) : System.Threading.Tasks.Task
Documentation for this section has not yet been entered.
static
ReadFullyAsync(this IDataInput, byte[], int, int) : System.Threading.Tasks.Task
Documentation for this section has not yet been entered.
static
ReadIntAsync(this IDataInput) : System.Threading.Tasks.Task<int>
Documentation for this section has not yet been entered.
static
ReadLineAsync(this IDataInput) : System.Threading.Tasks.Task<string>
Documentation for this section has not yet been entered.
static
ReadLongAsync(this IDataInput) : System.Threading.Tasks.Task<long>
Documentation for this section has not yet been entered.
static
ReadShortAsync(this IDataInput) : System.Threading.Tasks.Task<short>
Documentation for this section has not yet been entered.
static
ReadUnsignedByteAsync(this IDataInput) : System.Threading.Tasks.Task<int>
Documentation for this section has not yet been entered.
static
ReadUnsignedShortAsync(this IDataInput) : System.Threading.Tasks.Task<int>
Documentation for this section has not yet been entered.
static
ReadUTFAsync(this IDataInput) : System.Threading.Tasks.Task<string>
Documentation for this section has not yet been entered.
static
SkipBytesAsync(this IDataInput, int) : System.Threading.Tasks.Task<int>
Documentation for this section has not yet been entered.