Home
last modified time | relevance | path

Searched defs:ByteOrderedDataInputStream (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/media/java/android/media/
DExifInterface.java3487 private static class ByteOrderedDataInputStream extends InputStream implements DataInput { class in ExifInterface
3497 public ByteOrderedDataInputStream(InputStream in) throws IOException { in ByteOrderedDataInputStream() method in ExifInterface.ByteOrderedDataInputStream
3505 public ByteOrderedDataInputStream(byte[] bytes) throws IOException { in ByteOrderedDataInputStream() method in ExifInterface.ByteOrderedDataInputStream
/frameworks/support/exifinterface/src/android/support/media/
DExifInterface.java3449 private static class ByteOrderedDataInputStream extends InputStream implements DataInput { class in ExifInterface
3458 public ByteOrderedDataInputStream(InputStream in) throws IOException { in ByteOrderedDataInputStream() method in ExifInterface.ByteOrderedDataInputStream
3465 public ByteOrderedDataInputStream(byte[] bytes) throws IOException { in ByteOrderedDataInputStream() method in ExifInterface.ByteOrderedDataInputStream