Class BooleanStream
Represents a stream of boolean flags
Inheritance
System.Object
    BooleanStream
  Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.ToString()
    
  Namespace: Apache.NMS.ActiveMQ.OpenWire
Assembly: Apache.NMS.ActiveMQ.dll
Syntax
public class BooleanStreamMethods
| Improve this Doc View SourceClear()
Declaration
public void Clear()Marshal(BinaryWriter)
Declaration
public void Marshal(BinaryWriter dataOut)Parameters
| Type | Name | Description | 
|---|---|---|
| System.IO.BinaryWriter | dataOut | 
MarshalledSize()
Declaration
public int MarshalledSize()Returns
| Type | Description | 
|---|---|
| System.Int32 | 
ReadBoolean()
Declaration
public bool ReadBoolean()Returns
| Type | Description | 
|---|---|
| System.Boolean | 
Unmarshal(BinaryReader)
Declaration
public void Unmarshal(BinaryReader dataIn)Parameters
| Type | Name | Description | 
|---|---|---|
| System.IO.BinaryReader | dataIn | 
WriteBoolean(Boolean)
Declaration
public void WriteBoolean(bool value)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Boolean | value |