IBufferObjectDataInput InterfaceHazelcast .Net Client Class Library

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

public interface IBufferObjectDataInput : IObjectDataInput, 
	IDataInput, IDisposable

The IBufferObjectDataInput 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 IObjectDataInput.)
Public methodInit
Public methodPosition
Public methodPosition(Int32)
Public methodRead
Public methodReadBoolean (Inherited from IDataInput.)
Public methodReadBoolean(Int32)
Public methodReadBooleanArray (Inherited from IObjectDataInput.)
Public methodReadByte (Inherited from IDataInput.)
Public methodReadByte(Int32)
Public methodReadByteArray (Inherited from IObjectDataInput.)
Public methodReadChar (Inherited from IDataInput.)
Public methodReadChar(Int32)
Public methodReadCharArray (Inherited from IObjectDataInput.)
Public methodReadData (Inherited from IObjectDataInput.)
Public methodReadDouble (Inherited from IDataInput.)
Public methodReadDouble(Int32)
Public methodReadDouble(ByteOrder)
Public methodReadDouble(Int32, ByteOrder)
Public methodReadDoubleArray (Inherited from IObjectDataInput.)
Public methodReadFloat (Inherited from IDataInput.)
Public methodReadFloat(Int32)
Public methodReadFloat(ByteOrder)
Public methodReadFloat(Int32, ByteOrder)
Public methodReadFloatArray (Inherited from IObjectDataInput.)
Public methodReadFully(Byte) (Inherited from IDataInput.)
Public methodReadFully(Byte, Int32, Int32) (Inherited from IDataInput.)
Public methodReadInt (Inherited from IDataInput.)
Public methodReadInt(Int32)
Public methodReadInt(ByteOrder)
Public methodReadInt(Int32, ByteOrder)
Public methodReadIntArray (Inherited from IObjectDataInput.)
Public methodReadLong (Inherited from IDataInput.)
Public methodReadLong(Int32)
Public methodReadLong(ByteOrder)
Public methodReadLong(Int32, ByteOrder)
Public methodReadLongArray (Inherited from IObjectDataInput.)
Public methodReadObjectT (Inherited from IObjectDataInput.)
Public methodReadShort (Inherited from IDataInput.)
Public methodReadShort(Int32)
Public methodReadShort(ByteOrder)
Public methodReadShort(Int32, ByteOrder)
Public methodReadShortArray (Inherited from IObjectDataInput.)
Public methodReadUnsignedByte (Inherited from IDataInput.)
Public methodReadUnsignedShort (Inherited from IDataInput.)
Public methodReadUTF (Inherited from IDataInput.)
Public methodReadUTFArray (Inherited from IObjectDataInput.)
Public methodReset
Public methodSkipBytes (Inherited from IDataInput.)
Top
See Also

Reference