Added inline documentation for recordLength field
This commit is contained in:
parent
308667f61e
commit
1567b5a462
@ -146,8 +146,9 @@ namespace UniversalEditor.DataFormats.FileSystem.ISO
|
||||
|
||||
while (true)
|
||||
{ // file 1 file 2
|
||||
ushort unknown1 = br.ReadUInt16(); // 48 42
|
||||
if (unknown1 == 0) break;
|
||||
// length of this record entry
|
||||
ushort recordLength = br.ReadUInt16(); // 48 42
|
||||
if (recordLength == 0) break;
|
||||
|
||||
// index of first sector (offset is firstSector * mvarLogicalBlockSize
|
||||
uint firstSector = br.ReadDoubleEndianUInt32(); // 21 22
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user