Home | History | Annotate | Download | only in generators

Lines Matching refs:amountRead

398 			int amountRead = -1;
413 amountRead = stream.read(contents, contentsLength, amountRequested);
415 if (amountRead > 0) {
417 contentsLength += amountRead;
419 } while (amountRead != -1);