Home | History | Annotate | Download | only in exif

Lines Matching refs:inFileName

752      * @param inFileName a string representing the filepath to jpeg file.
756 public void readExif(String inFileName) throws FileNotFoundException, IOException {
757 if (inFileName == null) {
762 is = new BufferedInputStream(new FileInputStream(inFileName));