net.minecraft.util

public class FileZipper

implements Closeable

ari
net.minecraft.util.FileZipper
net.minecraft.class_6397
net.minecraft.util.ZipCompressor
net.minecraft.src.C_140991_
net.minecraft.util.FileZipper

Field summary

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

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)
m_144703_(Path p_144705_, String arg1)
public void
a(Path arg0, File arg1)
add(Path arg0, File arg1)
method_37162(Path arg0, File arg1)
copy(Path target, File source)
m_144700_(Path p_144702_, File arg1)
public void
a(Path arg0)
add(Path arg0)
method_37161(Path arg0)
copyAll(Path source)
m_144698_(Path arg0)
public void
close()
close()
close()