net.minecraft.util

public class FileZipper

implements Closeable

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

Field summary

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

Constructor summary

ModifierConstructor
public (Path file)

Method summary

Modifier and TypeMethod
public void
a(Path arg0, String arg1)
add(Path arg0, String arg1)
method_37163(Path arg0, String arg1)
write(Path target, String content)
public void
a(Path arg0, File arg1)
add(Path arg0, File arg1)
method_37162(Path arg0, File arg1)
copy(Path target, File source)
public void
a(Path arg0)
add(Path arg0)
method_37161(Path arg0)
copyAll(Path source)
public void
close()
close()