Package net.minecraft.util
Class FileZipper
java.lang.Object
net.minecraft.util.FileZipper
- All Implemented Interfaces:
 Closeable,AutoCloseable
- 
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final FileSystemprivate static final org.slf4j.Loggerprivate final Pathprivate final Path - 
Constructor Summary
Constructors - 
Method Summary
 
- 
Field Details
- 
LOGGER
private static final org.slf4j.Logger LOGGER - 
outputFile
 - 
tempFile
 - 
fs
 
 - 
 - 
Constructor Details
- 
FileZipper
 
 - 
 - 
Method Details
- 
add
 - 
add
 - 
add
 - 
close
public void close()- Specified by:
 closein interfaceAutoCloseable- Specified by:
 closein interfaceCloseable
 
 -