类 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 p_144697_)
  • 方法详细资料

    • 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()
      指定者:
      close 在接口中 AutoCloseable
      指定者:
      close 在接口中 Closeable