 | IBufferObjectDataOutput Methods |
The IBufferObjectDataOutput type exposes the following members.
Methods
| Name | Description |
---|
 | Clear | |
 | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) |
 | GetByteOrder | (Inherited from IObjectDataOutput.) |
 | Position | |
 | Position(Int32) | |
 | ToByteArray | (Inherited from IObjectDataOutput.) |
 | Write(Byte) | (Inherited from IDataOutput.) |
 | Write(Int32) | (Inherited from IDataOutput.) |
 | Write(Int32, Int32) | |
 | Write(Byte, Int32, Int32) | (Inherited from IDataOutput.) |
 | WriteBoolean(Boolean) | (Inherited from IDataOutput.) |
 | WriteBoolean(Int32, Boolean) | |
 | WriteBooleanArray | (Inherited from IObjectDataOutput.) |
 | WriteByte(Int32) | (Inherited from IDataOutput.) |
 | WriteByte(Int32, Int32) | |
 | WriteByteArray | (Inherited from IObjectDataOutput.) |
 | WriteBytes | (Inherited from IDataOutput.) |
 | WriteChar(Int32) | (Inherited from IDataOutput.) |
 | WriteChar(Int32, Int32) | |
 | WriteCharArray | (Inherited from IObjectDataOutput.) |
 | WriteChars | (Inherited from IDataOutput.) |
 | WriteData | (Inherited from IObjectDataOutput.) |
 | WriteDouble(Double) | (Inherited from IDataOutput.) |
 | WriteDouble(Double, ByteOrder) | |
 | WriteDouble(Int32, Double) | |
 | WriteDouble(Int32, Double, ByteOrder) | |
 | WriteDoubleArray | (Inherited from IObjectDataOutput.) |
 | WriteFloat(Single) | (Inherited from IDataOutput.) |
 | WriteFloat(Int32, Single) | |
 | WriteFloat(Single, ByteOrder) | |
 | WriteFloat(Int32, Single, ByteOrder) | |
 | WriteFloatArray | (Inherited from IObjectDataOutput.) |
 | WriteInt(Int32) | (Inherited from IDataOutput.) |
 | WriteInt(Int32, ByteOrder) | |
 | WriteInt(Int32, Int32) | |
 | WriteInt(Int32, Int32, ByteOrder) | |
 | WriteIntArray | (Inherited from IObjectDataOutput.) |
 | WriteLong(Int64) | (Inherited from IDataOutput.) |
 | WriteLong(Int32, Int64) | |
 | WriteLong(Int64, ByteOrder) | |
 | WriteLong(Int32, Int64, ByteOrder) | |
 | WriteLongArray | (Inherited from IObjectDataOutput.) |
 | WriteObject | (Inherited from IObjectDataOutput.) |
 | WriteShort(Int32) | (Inherited from IDataOutput.) |
 | WriteShort(Int32, ByteOrder) | |
 | WriteShort(Int32, Int32) | |
 | WriteShort(Int32, Int32, ByteOrder) | |
 | WriteShortArray | (Inherited from IObjectDataOutput.) |
 | WriteUTF | (Inherited from IDataOutput.) |
 | WriteUTFArray | (Inherited from IObjectDataOutput.) |
 | WriteZeroBytes | |
Top
See Also