Apache.NMS.ActiveMQ.Commands.ActiveMQBytesMessage.LengthTrackerStream.ReadByte C# (CSharp) Method

ReadByte() public method

public ReadByte ( ) : int
return int
            public override int ReadByte()
            {
                return this.sink.ReadByte();
            }