Java.IO.IDataOutputExtensions: Method Members

The methods of Java.IO.IDataOutputExtensions are listed below. For a list of all members, see the IDataOutputExtensions Members list.

See Also: Inherited members from System.Object

Public Methods

static
WriteAsync(this IDataOutput, byte[]) : System.Threading.Tasks.Task
Documentation for this section has not yet been entered.
static
WriteAsync(this IDataOutput, int) : System.Threading.Tasks.Task
Documentation for this section has not yet been entered.
static
WriteAsync(this IDataOutput, byte[], int, int) : System.Threading.Tasks.Task
Documentation for this section has not yet been entered.
static
WriteBooleanAsync(this IDataOutput, bool) : System.Threading.Tasks.Task
Documentation for this section has not yet been entered.
static
WriteByteAsync(this IDataOutput, int) : System.Threading.Tasks.Task
Documentation for this section has not yet been entered.
static
WriteBytesAsync(this IDataOutput, string) : System.Threading.Tasks.Task
Documentation for this section has not yet been entered.
static
WriteCharAsync(this IDataOutput, int) : System.Threading.Tasks.Task
Documentation for this section has not yet been entered.
static
WriteCharsAsync(this IDataOutput, string) : System.Threading.Tasks.Task
Documentation for this section has not yet been entered.
static
WriteDoubleAsync(this IDataOutput, double) : System.Threading.Tasks.Task
Documentation for this section has not yet been entered.
static
WriteFloatAsync(this IDataOutput, float) : System.Threading.Tasks.Task
Documentation for this section has not yet been entered.
static
WriteIntAsync(this IDataOutput, int) : System.Threading.Tasks.Task
Documentation for this section has not yet been entered.
static
WriteLongAsync(this IDataOutput, long) : System.Threading.Tasks.Task
Documentation for this section has not yet been entered.
static
WriteShortAsync(this IDataOutput, int) : System.Threading.Tasks.Task
Documentation for this section has not yet been entered.
static
WriteUTFAsync(this IDataOutput, string) : System.Threading.Tasks.Task
Documentation for this section has not yet been entered.