protected override void Parse(Stream stream) { var s = new BinaryStreamWrapper(stream); mData = s.ReadByte(); }