-
fixed
contents
— mapped to a literal byte array (note: shouldn't it writemagic1()
instead? but then it would have to be checked again so that it doesn't violate consistency):public void _read() { this.magic1 = this._io.readBytes(6);
if (!(Arrays.equals(magic1(), new byte[] { 80, 65, 67, 75, 45, 49 }))) {