net.minecraft.util

public class ZipCompressor

implements Closeable

net.minecraft.util.FileZipper
net.minecraft.class_6397
net.minecraft.util.ZipCompressor

Field summary

Modifier and TypeField
private static final org.slf4j.Logger
LOGGER
field_33864
LOGGER
private final Path
outputFile
field_33865
file
private final Path
tempFile
field_33866
temp
private final FileSystem
fs
field_33867
zip

Constructor summary

ModifierConstructor
public (Path file)

Method summary

Modifier and TypeMethod
public void
add(Path destinationRelativePath, String content)
method_37163(Path arg0, String arg1)
write(Path target, String content)
public void
add(Path destinationRelativePath, File file)
method_37162(Path arg0, File arg1)
copy(Path target, File source)
public void
add(Path path)
method_37161(Path arg0)
copyAll(Path source)
public void
close()
private static boolean
lambda$add$0(Path arg0, BasicFileAttributes arg1)
method_37164(Path arg0, BasicFileAttributes arg1)
method_37164(Path path, BasicFileAttributes attributes)