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
static | WriteAsync(this IDataOutput, byte[])Documentation for this section has not yet been entered. | |
static | WriteAsync(this IDataOutput, int)Documentation for this section has not yet been entered. | |
static | WriteAsync(this IDataOutput, byte[], int, int)Documentation for this section has not yet been entered. | |
static | WriteBooleanAsync(this IDataOutput, bool)Documentation for this section has not yet been entered. | |
static | WriteByteAsync(this IDataOutput, int)Documentation for this section has not yet been entered. | |
static | WriteBytesAsync(this IDataOutput, string)Documentation for this section has not yet been entered. | |
static | WriteCharAsync(this IDataOutput, int)Documentation for this section has not yet been entered. | |
static | WriteCharsAsync(this IDataOutput, string)Documentation for this section has not yet been entered. | |
static | WriteDoubleAsync(this IDataOutput, double)Documentation for this section has not yet been entered. | |
static | WriteFloatAsync(this IDataOutput, float)Documentation for this section has not yet been entered. | |
static | WriteIntAsync(this IDataOutput, int)Documentation for this section has not yet been entered. | |
static | WriteLongAsync(this IDataOutput, long)Documentation for this section has not yet been entered. | |
static | WriteShortAsync(this IDataOutput, int)Documentation for this section has not yet been entered. | |
static | WriteUTFAsync(this IDataOutput, string)Documentation for this section has not yet been entered. |