CSPspEmu.Hle.Formats.Font.BitReader.BitReader C# (CSharp) Method

BitReader() public method

public BitReader ( byte Data ) : System
Data byte
return System
        public BitReader(byte[] Data)
        {
            this.Data = Data;
        }