X-Git-Url: http://gitweb.fperrin.net/?p=GpsPrune.git;a=blobdiff_plain;f=tim%2Fprune%2Fjpeg%2FExifLibrary.java;fp=tim%2Fprune%2Fjpeg%2FExifLibrary.java;h=0000000000000000000000000000000000000000;hp=8d00617f8960543ae994294e16559dd2194baedc;hb=92dad5df664287acb51728e9ea599f150765d34a;hpb=81843c3d8d0771bf00d0f26034a13aa515465c78 diff --git a/tim/prune/jpeg/ExifLibrary.java b/tim/prune/jpeg/ExifLibrary.java deleted file mode 100644 index 8d00617..0000000 --- a/tim/prune/jpeg/ExifLibrary.java +++ /dev/null @@ -1,15 +0,0 @@ -package tim.prune.jpeg; - -import java.io.File; - -/** - * Interface satisfied by both internal and external Exif implementations - */ -public interface ExifLibrary -{ - /** Get the Jpeg data from the given file */ - public JpegData getJpegData(File inFile); - - /** Check that dependencies are resolved */ - public boolean looksOK(); -}