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

Represents a stream of boolean flags
Datei anzeigen Open project: ThorTech/apache-nms Class Usage Examples

Public Methods

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

Method Details

Clear() public method

public Clear ( ) : void
return void

Marshal() public method

public Marshal ( BinaryWriter dataOut ) : void
dataOut System.IO.BinaryWriter
return void

MarshalledSize() public method

public MarshalledSize ( ) : int
return int

ReadBoolean() public method

public ReadBoolean ( ) : bool
return bool

Unmarshal() public method

public Unmarshal ( BinaryReader dataIn ) : void
dataIn System.IO.BinaryReader
return void

WriteBoolean() public method

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