Class WriteOnlyZipFileIO

  • All Implemented Interfaces:
    AutoCloseable, FileIO

    public class WriteOnlyZipFileIO
    extends BufferedFileIO
    FileIO that allows to write ZIP compressed file. It doesn't support reading or random access. It is not designed for writing concurrently from several threads.