PeerCastStation.FLV.RTMP.RTMPBinaryReader.RTMPBinaryReader C# (CSharp) Method

RTMPBinaryReader() public method

public RTMPBinaryReader ( Stream stream ) : System
stream Stream
return System
    public RTMPBinaryReader(Stream stream)
      : this(stream, false)
    {
    }

Same methods

RTMPBinaryReader::RTMPBinaryReader ( Stream stream, bool leave_open ) : System
RTMPBinaryReader::RTMPBinaryReader ( byte bytes ) : System