Searched refs:ostart (Results 1 – 1 of 1) sorted by relevance
86 private int ostart = 0; field in CipherInputStream114 ostart = 0; in getMoreData()122 ostart = 0; in getMoreData()174 if (ostart >= ofinish) { in read()180 return ((int) obuffer[ostart++] & 0xff); in read()221 if (ostart >= ofinish) { in read()230 int available = ofinish - ostart; in read()233 System.arraycopy(obuffer, ostart, b, off, available); in read()235 ostart = ostart + available; in read()258 int available = ofinish - ostart; in skip()[all …]