Searched refs:ostart (Results 1 – 1 of 1) sorted by relevance
90 private int ostart = 0; field in CipherInputStream118 ostart = 0; in getMoreData()199 if (ostart >= ofinish) { in read()205 return ((int) obuffer[ostart++] & 0xff); in read()246 if (ostart >= ofinish) { in read()255 int available = ofinish - ostart; in read()258 System.arraycopy(obuffer, ostart, b, off, available); in read()260 ostart = ostart + available; in read()283 int available = ofinish - ostart; in skip()290 ostart += n; in skip()[all …]