Searched refs:newOutputStream (Results 1 – 3 of 3) sorted by relevance
215 editor.newOutputStream(DISK_CACHE_INDEX))) { in processBitmap()
814 public OutputStream newOutputStream(int index) throws IOException { in newOutputStream() method in DiskLruCache.Editor829 writer = new OutputStreamWriter(newOutputStream(index), UTF_8); in set()
261 out = editor.newOutputStream(DISK_CACHE_INDEX); in addBitmapToCache()