Patcher.IO.CustomBinaryReader.CustomBinaryReader C# (CSharp) 메소드

CustomBinaryReader() 공개 메소드

public CustomBinaryReader ( Stream stream ) : System
stream Stream
리턴 System
        public CustomBinaryReader(Stream stream)
            : base(stream)
        {
        }

Same methods

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