Beispiel #1
0
 private long ReadPhysicalSize(VhdPropertyAttribute attribute)
 {
     return((long)dataReader.ReadUInt64(this.GetFooterOffset() + attribute.Offset));
 }
Beispiel #2
0
 private long ReadPlatformDataOffset(VhdPropertyAttribute attribute)
 {
     return((long)dataReader.ReadUInt64(offset + attribute.Offset));
 }