Home | History | Annotate | Download | only in exif

Lines Matching refs:Byte

718      * Reads the exif tags from a byte array, clearing this ExifInterface
721 * @param jpeg a byte array containing a jpeg compressed image.
724 public void readExif(byte[] jpeg) throws IOException {
793 * @param jpeg a byte array containing a jpeg compressed image.
798 public void writeExif(byte[] jpeg, OutputStream exifOutStream) throws IOException {
847 * @param jpeg a byte array containing a jpeg compressed image.
853 public void writeExif(byte[] jpeg, String exifOutFileName) throws FileNotFoundException,
1107 byte[] imageBytes = bytes.toByteArray();
1283 public Byte getTagByteValue(int tagId, int ifdId) {
1284 byte[] l = getTagByteValues(tagId, ifdId);
1288 return new Byte(l[0]);
1294 public Byte getTagByteValue(int tagId) {
1359 public byte[] getTagByteValues(int tagId, int ifdId) {
1370 public byte[] getTagByteValues(int tagId) {
1756 byte[] thumb = mData.getCompressedThumbnail();
1765 * Returns the thumbnail from IFD1 as a byte array, or null if none exists.
1769 * @return the thumbnail as a byte array.
1771 public byte[] getThumbnailBytes() {
1783 * @return the thumbnail as a byte array.
1785 public byte[] getThumbnail() {
1814 * @param thumb a byte array containing a jpeg compressed image.
1817 public boolean setCompressedThumbnail(byte[] thumb) {
2044 byte[] buf = new byte[1024];
2074 * We put tag information in a 4-bytes integer. The first byte a bitmask
2075 * representing the allowed IFDs of the tag, the second byte is the data
2076 * type, and the last two byte are a short value indicating the default