CSharpRTMP.Common.N2HBinaryReader.N2HBinaryReader C# (CSharp) Method

N2HBinaryReader() public method

public N2HBinaryReader ( Stream input ) : System
input Stream
return System
        public N2HBinaryReader(Stream input) : base(input)
        {
        }

Same methods

N2HBinaryReader::N2HBinaryReader ( Stream input, Encoding encoding ) : System