CSharpRTMP.Core.Protocols.Rtmp.AMF3Reader.ReadInterger C# (CSharp) Метод

ReadInterger() публичный Метод

public ReadInterger ( bool withType = false ) : uint
withType bool
Результат uint
        public uint ReadInterger(bool withType = false)
        {
            if (withType) ReadByte();
            return ReadU29();
        }
        public double ReadAMFDouble(bool withType = false)