In the ECMA 119 specifications (freely available here), I am trying to understand how to fetch the content of the System Use
field:
How is one supposed to compute the length of the System Use
field, i.e. how is the value of the LEN_SU
found in the left column ?
The value of
LEN_SU
is given implicitly. From BP1 you know the total number of bytes in the directory record (LEN_DR
).LEN_SU
is then given (implicitly) as the bytes remaining in the directory record after33+LEN_FI+possible_padding(1)
, where you get lengthLEN_FI
from BP33.Hence
From the spec.: