Home | History | Annotate | Download | only in exif

Lines Matching refs:rewriteExif

1010     public boolean rewriteExif(String filename, Collection<ExifTag> tags)
1044 ret = rewriteExif(buf, tags);
1068 public boolean rewriteExif(ByteBuffer buf, Collection<ExifTag> tags) throws IOException {
1091 * @see #rewriteExif
1097 if (!rewriteExif(filename, tags)) {
1130 * @see #rewriteExif