update of javajs package; adds org.apache.harmony, org.xml.sax.helpers
[jalview.git] / src / javajs / api / GenericZipTools.java
index a0b0993..47a2da2 100644 (file)
@@ -15,6 +15,8 @@ public interface GenericZipTools {
 
   public InputStream newGZIPInputStream(InputStream bis) throws IOException;
 
+  public InputStream newBZip2InputStream(InputStream bis) throws IOException;
+
   public Object getZipFileDirectory(BufferedInputStream bis,
                                           String[] subFileList, int listPtr, boolean asBufferedInputStream);