Bitmap/Read a PPM file: Difference between revisions

m
Correct error in text formatting.
m (Added two Media images to output section.)
m (Correct error in text formatting.)
Line 1,849:
// Remove any comments before reading data
reader.mark(1);
while ( reader.read() == START_OF_COMMENT ) {
while ( reader.read() != END_OF_LINE );
reader.mark(1);
876

edits