natix.CompactDS.BinaryCoding.Load C# (CSharp) Method

Load() public method

public Load ( BinaryReader Input ) : void
Input System.IO.BinaryReader
return void
        public void Load(BinaryReader Input)
        {
            this.numbits = Input.ReadByte ();
        }