Searched refs:MARKER_SOI (Results 1 – 1 of 1) sorted by relevance
1038 private static final byte MARKER_SOI = (byte) 0xd8; field in ExifInterface1833 if (dataInputStream.readByte() != MARKER_SOI) { in getJpegAttributes()1964 if (dataInputStream.readByte() != MARKER_SOI) { in saveJpegAttributes()1967 dataOutputStream.writeByte(MARKER_SOI); in saveJpegAttributes()