C# Class Apache.NMS.ActiveMQ.OpenWire.BooleanStream

Represents a stream of boolean flags
Afficher le fichier Open project: ThorTech/apache-nms Class Usage Examples

Méthodes publiques

Méthode Description
Clear ( ) : void
Marshal ( BinaryWriter dataOut ) : void
MarshalledSize ( ) : int
ReadBoolean ( ) : bool
Unmarshal ( BinaryReader dataIn ) : void
WriteBoolean ( bool value ) : void

Method Details

Clear() public méthode

public Clear ( ) : void
Résultat void

Marshal() public méthode

public Marshal ( BinaryWriter dataOut ) : void
dataOut System.IO.BinaryWriter
Résultat void

MarshalledSize() public méthode

public MarshalledSize ( ) : int
Résultat int

ReadBoolean() public méthode

public ReadBoolean ( ) : bool
Résultat bool

Unmarshal() public méthode

public Unmarshal ( BinaryReader dataIn ) : void
dataIn System.IO.BinaryReader
Résultat void

WriteBoolean() public méthode

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