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

Inheritance: ActiveMQMessage, IStreamMessage
Afficher le fichier Open project: ThorTech/apache-nms Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
InitializeReading ( ) : void
InitializeWriting ( ) : void
StoreContent ( ) : void

Method Details

ClearBody() public méthode

public ClearBody ( ) : void
Résultat void

Clone() public méthode

public Clone ( ) : Object
Résultat Object

GetDataStructureType() public méthode

public GetDataStructureType ( ) : byte
Résultat byte

OnSend() public méthode

public OnSend ( ) : void
Résultat void

ReadBoolean() public méthode

public ReadBoolean ( ) : bool
Résultat bool

ReadByte() public méthode

public ReadByte ( ) : byte
Résultat byte

ReadBytes() public méthode

public ReadBytes ( byte value ) : int
value byte
Résultat int

ReadChar() public méthode

public ReadChar ( ) : char
Résultat char

ReadDouble() public méthode

public ReadDouble ( ) : double
Résultat double

ReadInt16() public méthode

public ReadInt16 ( ) : short
Résultat short

ReadInt32() public méthode

public ReadInt32 ( ) : int
Résultat int

ReadInt64() public méthode

public ReadInt64 ( ) : long
Résultat long

ReadObject() public méthode

public ReadObject ( ) : Object
Résultat Object

ReadSingle() public méthode

public ReadSingle ( ) : float
Résultat float

ReadString() public méthode

public ReadString ( ) : string
Résultat string

Reset() public méthode

public Reset ( ) : void
Résultat void

WriteBoolean() public méthode

public WriteBoolean ( bool value ) : void
value bool
Résultat void

WriteByte() public méthode

public WriteByte ( byte value ) : void
value byte
Résultat void

WriteBytes() public méthode

public WriteBytes ( byte value ) : void
value byte
Résultat void

WriteBytes() public méthode

public WriteBytes ( byte value, int offset, int length ) : void
value byte
offset int
length int
Résultat void

WriteChar() public méthode

public WriteChar ( char value ) : void
value char
Résultat void

WriteDouble() public méthode

public WriteDouble ( double value ) : void
value double
Résultat void

WriteInt16() public méthode

public WriteInt16 ( short value ) : void
value short
Résultat void

WriteInt32() public méthode

public WriteInt32 ( int value ) : void
value int
Résultat void

WriteInt64() public méthode

public WriteInt64 ( long value ) : void
value long
Résultat void

WriteObject() public méthode

public WriteObject ( Object value ) : void
value Object
Résultat void

WriteSingle() public méthode

public WriteSingle ( float value ) : void
value float
Résultat void

WriteString() public méthode

public WriteString ( string value ) : void
value string
Résultat void