114115116117118119120
'/'); } @Override public InputStream openResource() throws IOException { return new ZipEntryInputStream(stream); }
215216217218219220221
* @return the current sequence file contents * @throws IOException if failed to open the file */ public InputStream openContent() throws IOException { checkCurrent(); return new ZipEntryInputStream(input); }
716717718719720721722723724725726
continue; } else { break; } } fileImport.write(targetTableModel, outFile.toURI(), new ZipEntryInputStream(zipIs)); } catch (Exception e) { e.printStackTrace(); fail(); }