/* 214 */ this.green = this.theReader.read();
/* 215 */ this.blue = this.theReader.read();
/* 216 */ this.theReader.read();
/* */ }
/* */ catch (IOException e) {
/* 219 */ throw new ParsingErrorException(e.getMessage());
/* */ }
/* 221 */ debugOutputLn(64, "val = " + this.red + ", " + this.green + ", " + this.blue);
/* */ }
/* 224 */ else if (tokenString.equals("TIMG")) {
/* 225 */ debugOutputLn(64, "Not yet handling: " + tokenString);