Home | History | Annotate | Download | only in io

Lines Matching full:left

33   private long left;
46 left = limit;
50 return (int) Math.min(in.available(), left);
55 mark = left;
60 if (left == 0) {
66 --left;
72 if (left == 0) {
76 len = (int) Math.min(len, left);
79 left -= result;
93 left = mark;
97 n = Math.min(n, left);
99 left -= skipped;