Lines Matching refs:ByteOrderedDataInputStream

696                 ByteOrderedDataInputStream inputStream =  in getValue()
697 new ByteOrderedDataInputStream(bytes); in getValue()
1683 ByteOrderedDataInputStream inputStream = new ByteOrderedDataInputStream(in); in loadAttributes()
2159 ByteOrderedDataInputStream signatureInputStream = in isOrfFormat()
2160 new ByteOrderedDataInputStream(signatureCheckBytes); in isOrfFormat()
2178 ByteOrderedDataInputStream signatureInputStream = in isRw2Format()
2179 new ByteOrderedDataInputStream(signatureCheckBytes); in isRw2Format()
2202 private void getJpegAttributes(ByteOrderedDataInputStream in, int jpegOffset, int imageType) in getJpegAttributes()
2343 private void getRawAttributes(ByteOrderedDataInputStream in) throws IOException { in getRawAttributes()
2365 ByteOrderedDataInputStream makerNoteDataInputStream = in getRawAttributes()
2366 new ByteOrderedDataInputStream(makerNoteAttribute.bytes); in getRawAttributes()
2394 private void getRafAttributes(ByteOrderedDataInputStream in) throws IOException { in getRafAttributes()
2452 private void getOrfAttributes(ByteOrderedDataInputStream in) throws IOException { in getOrfAttributes()
2464 ByteOrderedDataInputStream makerNoteDataInputStream = in getOrfAttributes()
2465 new ByteOrderedDataInputStream(makerNoteAttribute.bytes); in getOrfAttributes()
2531 private void getRw2Attributes(ByteOrderedDataInputStream in) throws IOException { in getRw2Attributes()
2653 ByteOrderedDataInputStream dataInputStream = in readExifSegment()
2654 new ByteOrderedDataInputStream(exifBytes); in readExifSegment()
2690 private ByteOrder readByteOrder(ByteOrderedDataInputStream dataInputStream) in readByteOrder()
2710 private void parseTiffHeaders(ByteOrderedDataInputStream dataInputStream, in parseTiffHeaders()
2737 private void readImageFileDirectory(ByteOrderedDataInputStream dataInputStream, in readImageFileDirectory()
2935 private void retrieveJpegImageSize(ByteOrderedDataInputStream in, int imageType) in retrieveJpegImageSize()
2958 private void setThumbnailData(ByteOrderedDataInputStream in) throws IOException { in setThumbnailData()
2986 private void handleThumbnailFromJfif(ByteOrderedDataInputStream in, HashMap thumbnailData) in handleThumbnailFromJfif()
3029 private void handleThumbnailFromStrips(ByteOrderedDataInputStream in, HashMap thumbnailData) in handleThumbnailFromStrips()
3172 private void updateImageSizeValues(ByteOrderedDataInputStream in, int imageType) in updateImageSizeValues()
3487 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