Home
last modified time | relevance | path

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

/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
DCountedDataInputStream.java82 public void readOrThrow(byte[] b, int off, int len) throws IOException { in readOrThrow() method in CountedDataInputStream
87 public void readOrThrow(byte[] b) throws IOException { in readOrThrow() method in CountedDataInputStream
88 readOrThrow(b, 0, b.length); in readOrThrow()
100 readOrThrow(mByteArray, 0 ,2); in readShort()
110 readOrThrow(mByteArray, 0 , 4); in readInt()
120 readOrThrow(mByteArray, 0 , 8); in readLong()
127 readOrThrow(buf); in readString()
133 readOrThrow(buf); in readString()