Searched refs:ExceptionCatchingInputStream (Results 1 – 2 of 2) sorted by relevance
16 public class ExceptionCatchingInputStream extends InputStream { class18 private static final Queue<ExceptionCatchingInputStream> QUEUE = Util.createQueue(0);23 public static ExceptionCatchingInputStream obtain(RecyclableBufferedInputStream toWrap) { in obtain()24 ExceptionCatchingInputStream result; in obtain()29 result = new ExceptionCatchingInputStream(); in obtain()42 ExceptionCatchingInputStream() { in ExceptionCatchingInputStream() method in ExceptionCatchingInputStream
12 import com.bumptech.glide.util.ExceptionCatchingInputStream;110 final ExceptionCatchingInputStream stream = in decode()111 … ExceptionCatchingInputStream.obtain(new RecyclableBufferedInputStream(is, bytesForStream)); in decode()190 …private Bitmap downsampleWithSize(ExceptionCatchingInputStream is, BitmapFactory.Options options, … in downsampleWithSize()285 public int[] getDimensions(ExceptionCatchingInputStream is, BitmapFactory.Options options) { in getDimensions()292 …private static Bitmap decodeStream(ExceptionCatchingInputStream is, BitmapFactory.Options options)… in decodeStream()