86878889909192939495
// Unset the next char. nextSeen = false; nextChar = 0; FixedLengthInputStream in = new FixedLengthInputStream(input, size); if (extraCRLF) { return new EolInputStream(this, in); } else { return in; } }