Searched defs:readOrThrow (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/exif/
H A DCountedDataInputStream.java82 public void readOrThrow(byte[] b, int off, int len) throws IOException { method in class:CountedDataInputStream
87 public void readOrThrow(byte[] b) throws IOException { method in class:CountedDataInputStream
88 readOrThrow(b, 0, b.length);
100 readOrThrow(mByteArray, 0 ,2);
110 readOrThrow(mByteArray, 0 , 4);
120 readOrThrow(mByteArray, 0 , 8);
127 readOrThrow(buf);
133 readOrThrow(buf);
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
H A DCountedDataInputStream.java82 public void readOrThrow(byte[] b, int off, int len) throws IOException { method in class:CountedDataInputStream
87 public void readOrThrow(byte[] b) throws IOException { method in class:CountedDataInputStream
88 readOrThrow(b, 0, b.length);
100 readOrThrow(mByteArray, 0 ,2);
110 readOrThrow(mByteArray, 0 , 4);
120 readOrThrow(mByteArray, 0 , 8);
127 readOrThrow(buf);
133 readOrThrow(buf);
/packages/apps/Messaging/src/com/android/messaging/util/exif/
H A DCountedDataInputStream.java84 public void readOrThrow(byte[] b, int off, int len) throws IOException { method in class:CountedDataInputStream
91 public void readOrThrow(byte[] b) throws IOException { method in class:CountedDataInputStream
92 readOrThrow(b, 0, b.length);
104 readOrThrow(mByteArray, 0 , 2);
114 readOrThrow(mByteArray, 0 , 4);
124 readOrThrow(mByteArray, 0 , 8);
131 readOrThrow(buf);
137 readOrThrow(buf);

Completed in 122 milliseconds