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

Load() public method

public Load ( BinaryReader Input ) : void
Input System.IO.BinaryReader
return void
        public void Load(BinaryReader Input)
        {
            this.SEQ = ListIGenericIO.Load(Input);
            this.X = GenericIO<Bitmap>.Load(Input);
            this.sigma = Input.ReadInt32 ();
            this.B = Input.ReadInt16 ();
        }