~berthold-daum/zora/trunk

« back to all changes in this revision

Viewing changes to com.bdaum.zoom.image/src/com/bdaum/zoom/image/internal/EipFileHandler.java

  • Committer: bdaum
  • Date: 2015-12-26 10:21:51 UTC
  • Revision ID: berthold.daum@bdaum.de-20151226102151-44f1j5113167thb9
VersionĀ 2.4.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
 
27
27
public class EipFileHandler implements IFileHandler {
28
28
 
29
 
        @SuppressWarnings("resource")
30
29
        public File getImageFile(File file) {
31
30
                ZipInputStream zis = null;
32
31
                BufferedOutputStream dest = null;
80
79
                                }
81
80
                }
82
81
        }
83
 
        
84
 
        @SuppressWarnings("resource")
 
82
 
85
83
        public File getSidecar(File file) {
86
84
                ZipInputStream zis = null;
87
85
                BufferedOutputStream dest = null;