IBufferObjectDataOutput InterfaceHazelcast .Net Client Class Library

Namespace: Hazelcast.IO
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.8.2
Syntax

public interface IBufferObjectDataOutput : IObjectDataOutput, 
	IDataOutput, IDisposable

The IBufferObjectDataOutput type exposes the following members.

Methods

  NameDescription
Public methodClear
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodGetByteOrder (Inherited from IObjectDataOutput.)
Public methodPosition
Public methodPosition(Int32)
Public methodToByteArray (Inherited from IObjectDataOutput.)
Public methodWrite(Byte) (Inherited from IDataOutput.)
Public methodWrite(Int32) (Inherited from IDataOutput.)
Public methodWrite(Int32, Int32)
Public methodWrite(Byte, Int32, Int32) (Inherited from IDataOutput.)
Public methodWriteBoolean(Boolean) (Inherited from IDataOutput.)
Public methodWriteBoolean(Int32, Boolean)
Public methodWriteBooleanArray (Inherited from IObjectDataOutput.)
Public methodWriteByte(Int32) (Inherited from IDataOutput.)
Public methodWriteByte(Int32, Int32)
Public methodWriteByteArray (Inherited from IObjectDataOutput.)
Public methodWriteBytes (Inherited from IDataOutput.)
Public methodWriteChar(Int32) (Inherited from IDataOutput.)
Public methodWriteChar(Int32, Int32)
Public methodWriteCharArray (Inherited from IObjectDataOutput.)
Public methodWriteChars (Inherited from IDataOutput.)
Public methodWriteData (Inherited from IObjectDataOutput.)
Public methodWriteDouble(Double) (Inherited from IDataOutput.)
Public methodWriteDouble(Double, ByteOrder)
Public methodWriteDouble(Int32, Double)
Public methodWriteDouble(Int32, Double, ByteOrder)
Public methodWriteDoubleArray (Inherited from IObjectDataOutput.)
Public methodWriteFloat(Single) (Inherited from IDataOutput.)
Public methodWriteFloat(Int32, Single)
Public methodWriteFloat(Single, ByteOrder)
Public methodWriteFloat(Int32, Single, ByteOrder)
Public methodWriteFloatArray (Inherited from IObjectDataOutput.)
Public methodWriteInt(Int32) (Inherited from IDataOutput.)
Public methodWriteInt(Int32, ByteOrder)
Public methodWriteInt(Int32, Int32)
Public methodWriteInt(Int32, Int32, ByteOrder)
Public methodWriteIntArray (Inherited from IObjectDataOutput.)
Public methodWriteLong(Int64) (Inherited from IDataOutput.)
Public methodWriteLong(Int32, Int64)
Public methodWriteLong(Int64, ByteOrder)
Public methodWriteLong(Int32, Int64, ByteOrder)
Public methodWriteLongArray (Inherited from IObjectDataOutput.)
Public methodWriteObject (Inherited from IObjectDataOutput.)
Public methodWriteShort(Int32) (Inherited from IDataOutput.)
Public methodWriteShort(Int32, ByteOrder)
Public methodWriteShort(Int32, Int32)
Public methodWriteShort(Int32, Int32, ByteOrder)
Public methodWriteShortArray (Inherited from IObjectDataOutput.)
Public methodWriteUTF (Inherited from IDataOutput.)
Public methodWriteUTFArray (Inherited from IObjectDataOutput.)
Public methodWriteZeroBytes
Top
See Also

Reference