Searched defs:ExceptionCatchingInputStream (Results 1 - 1 of 1) sorted by relevance

/external/glide/library/src/main/java/com/bumptech/glide/util/
H A DExceptionCatchingInputStream.java16 public class ExceptionCatchingInputStream extends InputStream { class in inherits:InputStream
18 private static final Queue<ExceptionCatchingInputStream> QUEUE = Util.createQueue(0);
23 public static ExceptionCatchingInputStream obtain(RecyclableBufferedInputStream toWrap) {
24 ExceptionCatchingInputStream result;
29 result = new ExceptionCatchingInputStream();
42 ExceptionCatchingInputStream() { method in class:ExceptionCatchingInputStream

Completed in 48 milliseconds