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.apache.logging.log4j.Logger LOGGER
    • outputFile

      private final Path outputFile
    • tempFile

      private final Path tempFile
    • fs

      private final FileSystem fs
  • Constructor Details

    • FileZipper

      public FileZipper(Path p_144697_)
  • Method Details

    • add

      public void add(Path p_144704_, String p_144705_)
    • add

      public void add(Path p_144701_, File p_144702_)
    • add

      public void add(Path p_144699_)
    • close

      public void close()
      Specified by:
      close in interface AutoCloseable
      Specified by:
      close in interface Closeable