private long ReadPhysicalSize(VhdPropertyAttribute attribute) { return((long)dataReader.ReadUInt64(this.GetFooterOffset() + attribute.Offset)); }
private long ReadDataOffset(VhdPropertyAttribute attribute) { return((long)dataReader.ReadUInt64(headerOffset + attribute.Offset)); }