Class AutoSTOREDZipOutputStream

  • All Implemented Interfaces:
    java.io.Closeable, java.io.Flushable, java.lang.AutoCloseable

    public class AutoSTOREDZipOutputStream
    extends java.util.zip.ZipOutputStream
    Auto calc size/crc for STORED
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void close()  
      void closeEntry()  
      void putNextEntry​(java.util.zip.ZipEntry e)  
      void write​(byte[] b)  
      void write​(byte[] b, int off, int len)  
      void write​(int b)  
      • Methods inherited from class java.util.zip.ZipOutputStream

        finish, setComment, setLevel, setMethod
      • Methods inherited from class java.util.zip.DeflaterOutputStream

        deflate, flush
      • Methods inherited from class java.io.OutputStream

        nullOutputStream
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait