Exemple #1
0
 public NumberGroup(ref FileBase file)
 {
     mMaxWidth = file.ReadUInt16();
     mWidth    = file.ReadUInt16();
     mNumber   = BitConverter.ToInt32(file.ReadBytes(mWidth), 0);
 }