Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
CpioArchiveEntry.fileFormat and headerSize should be immutable fields, only set on construction.
It does not make sense to change these values once set.
Removing the protected set method would simplify other code.
Probably also makes sense to add isFormatNew() / isFormatOld() methods.