|  | IBufferObjectDataOutput Interface | 
  
    Namespace: 
   Hazelcast.IO
    Assembly:
   Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.11
 Syntax
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
    endThe IBufferObjectDataOutput type exposes the following members.
 Methods
Methods|  | Name | Description | 
|---|
|  | Clear |  | 
|  | Dispose | (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
See Also