public _VBA_PROJECTStream(XlBinaryReader data) { this.Reserved1 = data.ReadUInt16(); this.Version = data.ReadUInt16(); this.Reserved2 = data.ReadByte(); this.Reserved3 = data.ReadUInt16(); int PerformanceCacheLength = data.Length - 7; this.PerformanceCache = data.ReadBytes(PerformanceCacheLength); Validate(); }