Searched refs:SparseInputStream (Results 1 – 2 of 2) sorted by relevance
32 public class SparseInputStream extends InputStream { class88 public SparseInputStream(BufferedInputStream in) throws IOException { in SparseInputStream() method in SparseInputStream
452 SparseInputStream sis = new SparseInputStream(new BufferedInputStream(is)); in installImage()