Patcher.IO.CustomBinaryReader.CustomBinaryReader C# (CSharp) Méthode

CustomBinaryReader() public méthode

public CustomBinaryReader ( Stream stream ) : System
stream Stream
Résultat System
        public CustomBinaryReader(Stream stream)
            : base(stream)
        {
        }

Same methods

CustomBinaryReader::CustomBinaryReader ( Stream stream, Encoding encoding ) : System