Searched refs:rawCount (Results 1 – 1 of 1) sorted by relevance
114 private int rawCount; field in ChunkedInputStream186 if (rawCount + size > rawData.length) { in ensureRawAvailable()187 int used = rawCount - rawPos; in ensureRawAvailable()199 rawCount = used; in ensureRawAvailable()293 while (pos < rawCount) { in processRaw()303 if (pos >= rawCount) { in processRaw()347 if (rawPos >= rawCount) { in processRaw()355 int copyLen = Math.min( chunkSize-chunkRead, rawCount-rawPos ); in processRaw()399 if (rawPos + 1 >= rawCount) { in processRaw()430 while (pos < rawCount) { in processRaw()[all …]