PddFormat.txt 324 B

1234567891011121314
  1. File Structure
  2. =======
  3. 4: Size of Block Byte
  4. 4: Number of Blocks | BlockSize * NumberOfBlocks Must equal to Underlying Disk
  5. N: Block index table
  6. N: Dynamic allocated data blocks
  7. Block index entry 8 Bytes
  8. =======================
  9. 8: Compound bits
  10. Bit0~62: Offset of data block
  11. Bit63: Allocated flag