summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/exif/ExifParser.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android/gallery3d/exif/ExifParser.java')
-rw-r--r--src/com/android/gallery3d/exif/ExifParser.java7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/com/android/gallery3d/exif/ExifParser.java b/src/com/android/gallery3d/exif/ExifParser.java
index bd8a97dac..268c989b0 100644
--- a/src/com/android/gallery3d/exif/ExifParser.java
+++ b/src/com/android/gallery3d/exif/ExifParser.java
@@ -713,4 +713,11 @@ public class ExifParser {
this.isRequested = isRequireByUser;
}
}
+
+ /**
+ * Gets the byte order of the current InputStream.
+ */
+ public ByteOrder getByteOrder() {
+ return mTiffStream.getByteOrder();
+ }
} \ No newline at end of file