Searched refs:InterruptableOutputStream (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/util/
H A DInterruptableOutputStream.java25 public class InterruptableOutputStream extends OutputStream { class in inherits:OutputStream
32 public InterruptableOutputStream(OutputStream outputStream) { method in class:InterruptableOutputStream
/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DCropImage.java63 import com.android.gallery3d.util.InterruptableOutputStream;
470 final InterruptableOutputStream ios = new InterruptableOutputStream(os);

Completed in 44 milliseconds