Class FileZipper

java.lang.Object
net.minecraft.util.FileZipper
All Implemented Interfaces:
Closeable, AutoCloseable

public class FileZipper extends Object implements Closeable
  • Field Details

    • LOGGER

      private static final org.slf4j.Logger LOGGER
    • outputFile

      private final Path outputFile
    • tempFile

      private final Path tempFile
    • fs

      private final FileSystem fs
  • Constructor Details

    • FileZipper

      public FileZipper(Path pOutputFile)
  • Method Details