Home | History | Annotate | Download | only in exif

Lines Matching defs:readExif

724     public void readExif(byte[] jpeg) throws IOException {
725 readExif(new ByteArrayInputStream(jpeg));
735 public void readExif(InputStream inStream) throws IOException {
756 public void readExif(String inFileName) throws FileNotFoundException, IOException {
763 readExif(is);
1108 readExif(imageBytes);