![](../icons/Hazelcast-IMDG-Logo-Orange_Dark_200px.jpg) | IBufferObjectDataOutput Interface |
Namespace:
Hazelcast.IO
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.3
Syntaxpublic interface IBufferObjectDataOutput : IObjectDataOutput,
IDataOutput, IDisposable
Public Interface IBufferObjectDataOutput
Inherits IObjectDataOutput, IDataOutput, IDisposable
public interface class IBufferObjectDataOutput : IObjectDataOutput,
IDataOutput, IDisposable
type IBufferObjectDataOutput =
interface
interface IObjectDataOutput
interface IDataOutput
interface IDisposable
end
The IBufferObjectDataOutput type exposes the following members.
Methods
| Name | Description |
---|
![Public method Public method](../icons/pubmethod.gif) | Clear | |
![Public method Public method](../icons/pubmethod.gif) | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) |
![Public method Public method](../icons/pubmethod.gif) | GetByteOrder | (Inherited from IObjectDataOutput.) |
![Public method Public method](../icons/pubmethod.gif) | Position | |
![Public method Public method](../icons/pubmethod.gif) | Position(Int32) | |
![Public method Public method](../icons/pubmethod.gif) | ToByteArray | (Inherited from IObjectDataOutput.) |
![Public method Public method](../icons/pubmethod.gif) | Write(Byte) | (Inherited from IDataOutput.) |
![Public method Public method](../icons/pubmethod.gif) | Write(Int32) | (Inherited from IDataOutput.) |
![Public method Public method](../icons/pubmethod.gif) | Write(Int32, Int32) | |
![Public method Public method](../icons/pubmethod.gif) | Write(Byte, Int32, Int32) | (Inherited from IDataOutput.) |
![Public method Public method](../icons/pubmethod.gif) | WriteBoolean(Boolean) | (Inherited from IDataOutput.) |
![Public method Public method](../icons/pubmethod.gif) | WriteBoolean(Int32, Boolean) | |
![Public method Public method](../icons/pubmethod.gif) | WriteBooleanArray | (Inherited from IObjectDataOutput.) |
![Public method Public method](../icons/pubmethod.gif) | WriteByte(Int32) | (Inherited from IDataOutput.) |
![Public method Public method](../icons/pubmethod.gif) | WriteByte(Int32, Int32) | |
![Public method Public method](../icons/pubmethod.gif) | WriteByteArray | (Inherited from IObjectDataOutput.) |
![Public method Public method](../icons/pubmethod.gif) | WriteBytes | (Inherited from IDataOutput.) |
![Public method Public method](../icons/pubmethod.gif) | WriteChar(Int32) | (Inherited from IDataOutput.) |
![Public method Public method](../icons/pubmethod.gif) | WriteChar(Int32, Int32) | |
![Public method Public method](../icons/pubmethod.gif) | WriteCharArray | (Inherited from IObjectDataOutput.) |
![Public method Public method](../icons/pubmethod.gif) | WriteChars | (Inherited from IDataOutput.) |
![Public method Public method](../icons/pubmethod.gif) | WriteData | (Inherited from IObjectDataOutput.) |
![Public method Public method](../icons/pubmethod.gif) | WriteDouble(Double) | (Inherited from IDataOutput.) |
![Public method Public method](../icons/pubmethod.gif) | WriteDouble(Double, ByteOrder) | |
![Public method Public method](../icons/pubmethod.gif) | WriteDouble(Int32, Double) | |
![Public method Public method](../icons/pubmethod.gif) | WriteDouble(Int32, Double, ByteOrder) | |
![Public method Public method](../icons/pubmethod.gif) | WriteDoubleArray | (Inherited from IObjectDataOutput.) |
![Public method Public method](../icons/pubmethod.gif) | WriteFloat(Single) | (Inherited from IDataOutput.) |
![Public method Public method](../icons/pubmethod.gif) | WriteFloat(Int32, Single) | |
![Public method Public method](../icons/pubmethod.gif) | WriteFloat(Single, ByteOrder) | |
![Public method Public method](../icons/pubmethod.gif) | WriteFloat(Int32, Single, ByteOrder) | |
![Public method Public method](../icons/pubmethod.gif) | WriteFloatArray | (Inherited from IObjectDataOutput.) |
![Public method Public method](../icons/pubmethod.gif) | WriteInt(Int32) | (Inherited from IDataOutput.) |
![Public method Public method](../icons/pubmethod.gif) | WriteInt(Int32, ByteOrder) | |
![Public method Public method](../icons/pubmethod.gif) | WriteInt(Int32, Int32) | |
![Public method Public method](../icons/pubmethod.gif) | WriteInt(Int32, Int32, ByteOrder) | |
![Public method Public method](../icons/pubmethod.gif) | WriteIntArray | (Inherited from IObjectDataOutput.) |
![Public method Public method](../icons/pubmethod.gif) | WriteLong(Int64) | (Inherited from IDataOutput.) |
![Public method Public method](../icons/pubmethod.gif) | WriteLong(Int32, Int64) | |
![Public method Public method](../icons/pubmethod.gif) | WriteLong(Int64, ByteOrder) | |
![Public method Public method](../icons/pubmethod.gif) | WriteLong(Int32, Int64, ByteOrder) | |
![Public method Public method](../icons/pubmethod.gif) | WriteLongArray | (Inherited from IObjectDataOutput.) |
![Public method Public method](../icons/pubmethod.gif) | WriteObject | (Inherited from IObjectDataOutput.) |
![Public method Public method](../icons/pubmethod.gif) | WriteShort(Int32) | (Inherited from IDataOutput.) |
![Public method Public method](../icons/pubmethod.gif) | WriteShort(Int32, ByteOrder) | |
![Public method Public method](../icons/pubmethod.gif) | WriteShort(Int32, Int32) | |
![Public method Public method](../icons/pubmethod.gif) | WriteShort(Int32, Int32, ByteOrder) | |
![Public method Public method](../icons/pubmethod.gif) | WriteShortArray | (Inherited from IObjectDataOutput.) |
![Public method Public method](../icons/pubmethod.gif) | WriteUTF | (Inherited from IDataOutput.) |
![Public method Public method](../icons/pubmethod.gif) | WriteUTFArray | (Inherited from IObjectDataOutput.) |
![Public method Public method](../icons/pubmethod.gif) | WriteZeroBytes | |
Top
See Also