Show / Hide Table of Contents

    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 BooleanStream

    Methods

    | Improve this Doc View Source

    Clear()

    Declaration
    public void Clear()
    | Improve this Doc View Source

    Marshal(BinaryWriter)

    Declaration
    public void Marshal(BinaryWriter dataOut)
    Parameters
    Type Name Description
    System.IO.BinaryWriter dataOut
    | Improve this Doc View Source

    MarshalledSize()

    Declaration
    public int MarshalledSize()
    Returns
    Type Description
    System.Int32
    | Improve this Doc View Source

    ReadBoolean()

    Declaration
    public bool ReadBoolean()
    Returns
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Unmarshal(BinaryReader)

    Declaration
    public void Unmarshal(BinaryReader dataIn)
    Parameters
    Type Name Description
    System.IO.BinaryReader dataIn
    | Improve this Doc View Source

    WriteBoolean(Boolean)

    Declaration
    public void WriteBoolean(bool value)
    Parameters
    Type Name Description
    System.Boolean value
    • Improve this Doc
    • View Source
    Back to top Copyright � 2005-2019 Apache Software Foundation project
    Generated by DocFX