C# Class Apache.NMS.ActiveMQ.Commands.ActiveMQStreamMessage

Inheritance: ActiveMQMessage, IStreamMessage
Datei anzeigen Open project: ThorTech/apache-nms Class Usage Examples

Public Methods

Method Description
ClearBody ( ) : void
Clone ( ) : Object
GetDataStructureType ( ) : byte
OnSend ( ) : void
ReadBoolean ( ) : bool
ReadByte ( ) : byte
ReadBytes ( byte value ) : int
ReadChar ( ) : char
ReadDouble ( ) : double
ReadInt16 ( ) : short
ReadInt32 ( ) : int
ReadInt64 ( ) : long
ReadObject ( ) : Object
ReadSingle ( ) : float
ReadString ( ) : string
Reset ( ) : void
WriteBoolean ( bool value ) : void
WriteByte ( byte value ) : void
WriteBytes ( byte value ) : void
WriteBytes ( byte value, int offset, int length ) : void
WriteChar ( char value ) : void
WriteDouble ( double value ) : void
WriteInt16 ( short value ) : void
WriteInt32 ( int value ) : void
WriteInt64 ( long value ) : void
WriteObject ( Object value ) : void
WriteSingle ( float value ) : void
WriteString ( string value ) : void

Private Methods

Method Description
InitializeReading ( ) : void
InitializeWriting ( ) : void
StoreContent ( ) : void

Method Details

ClearBody() public method

public ClearBody ( ) : void
return void

Clone() public method

public Clone ( ) : Object
return Object

GetDataStructureType() public method

public GetDataStructureType ( ) : byte
return byte

OnSend() public method

public OnSend ( ) : void
return void

ReadBoolean() public method

public ReadBoolean ( ) : bool
return bool

ReadByte() public method

public ReadByte ( ) : byte
return byte

ReadBytes() public method

public ReadBytes ( byte value ) : int
value byte
return int

ReadChar() public method

public ReadChar ( ) : char
return char

ReadDouble() public method

public ReadDouble ( ) : double
return double

ReadInt16() public method

public ReadInt16 ( ) : short
return short

ReadInt32() public method

public ReadInt32 ( ) : int
return int

ReadInt64() public method

public ReadInt64 ( ) : long
return long

ReadObject() public method

public ReadObject ( ) : Object
return Object

ReadSingle() public method

public ReadSingle ( ) : float
return float

ReadString() public method

public ReadString ( ) : string
return string

Reset() public method

public Reset ( ) : void
return void

WriteBoolean() public method

public WriteBoolean ( bool value ) : void
value bool
return void

WriteByte() public method

public WriteByte ( byte value ) : void
value byte
return void

WriteBytes() public method

public WriteBytes ( byte value ) : void
value byte
return void

WriteBytes() public method

public WriteBytes ( byte value, int offset, int length ) : void
value byte
offset int
length int
return void

WriteChar() public method

public WriteChar ( char value ) : void
value char
return void

WriteDouble() public method

public WriteDouble ( double value ) : void
value double
return void

WriteInt16() public method

public WriteInt16 ( short value ) : void
value short
return void

WriteInt32() public method

public WriteInt32 ( int value ) : void
value int
return void

WriteInt64() public method

public WriteInt64 ( long value ) : void
value long
return void

WriteObject() public method

public WriteObject ( Object value ) : void
value Object
return void

WriteSingle() public method

public WriteSingle ( float value ) : void
value float
return void

WriteString() public method

public WriteString ( string value ) : void
value string
return void