Home
last modified time | relevance | path

Searched refs:CountedDataInputStream (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
DCountedDataInputStream.java27 class CountedDataInputStream extends FilterInputStream { class
35 protected CountedDataInputStream(InputStream in) { in CountedDataInputStream() method in CountedDataInputStream
DExifParser.java146 private final CountedDataInputStream mTiffStream;
211 mTiffStream = new CountedDataInputStream(inputStream); in ExifParser()
754 CountedDataInputStream dataStream = new CountedDataInputStream(inputStream); in seekTiffData()