Esempio n. 1
0
 @Override
 public void close() {
   try {
     zis.close();
   } catch (final IOException ex) {
     Util.debug(ex);
   }
 }
Esempio n. 2
0
 @Override
 public int read(final byte[] d) throws IOException {
   return zis.read(d);
 }