Modifier and Type | Method and Description |
---|---|
boolean |
DiskCache.save(String imageUri,
InputStream imageStream,
IoUtils.CopyListener listener)
Saves image stream in disk cache.
|
Modifier and Type | Method and Description |
---|---|
boolean |
LimitedAgeDiskCache.save(String imageUri,
InputStream imageStream,
IoUtils.CopyListener listener) |
boolean |
BaseDiskCache.save(String imageUri,
InputStream imageStream,
IoUtils.CopyListener listener) |
Modifier and Type | Method and Description |
---|---|
boolean |
LruDiskCache.save(String imageUri,
InputStream imageStream,
IoUtils.CopyListener listener) |
Modifier and Type | Method and Description |
---|---|
static boolean |
IoUtils.copyStream(InputStream is,
OutputStream os,
IoUtils.CopyListener listener)
Copies stream, fires progress events by listener, can be interrupted by listener.
|
static boolean |
IoUtils.copyStream(InputStream is,
OutputStream os,
IoUtils.CopyListener listener,
int bufferSize)
Copies stream, fires progress events by listener, can be interrupted by listener.
|
Copyright © 2011-2015. All Rights Reserved.