Searched refs:mBufs (Results 1 – 1 of 1) sorted by relevance
38 private final ArrayList<byte[]> mBufs = new ArrayList<>(); field in CachedInputStream76 List<byte[]> subList = mBufs.subList(0, chunks); in mark()111 releaseChunks(mBufs); in close()127 releaseChunks(mBufs); in invalidate()128 mBufs.clear(); in invalidate()151 if (mPos == mBufs.size() * CHUNK_SIZE) { in read()152 mBufs.add(allocateChunk()); in read()156 byte[] buf = mBufs.get(currentBuf); in read()190 byte[] buf = mBufs.get(currentBuf); in copyMarkedBuffer()230 if (mPos == mBufs.size() * CHUNK_SIZE) { in skip()[all …]