类 FileZipper

java.lang.Object
net.minecraft.util.FileZipper
所有已实现的接口:
Closeable, AutoCloseable

public class FileZipper extends Object implements Closeable
  • 字段详细资料

    • LOGGER

      private static final org.slf4j.Logger LOGGER
    • outputFile

      private final Path outputFile
    • tempFile

      private final Path tempFile
    • fs

      private final FileSystem fs
  • 构造器详细资料

    • FileZipper

      public FileZipper(Path pOutputFile)
  • 方法详细资料