Package net.minecraft.util.eventlog
Class EventLogDirectory
java.lang.Object
net.minecraft.util.eventlog.EventLogDirectory
- 
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final recordstatic interfacestatic final recordstatic classstatic final record - 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptioncreateNewFile(LocalDate p_261865_) static EventLogDirectoryprivate EventLogDirectory.File(package private) static voidtryCompress(Path p_261741_, Path p_262101_) private static voidwriteCompressed(ReadableByteChannel p_262066_, Path p_262054_)  
- 
Field Details
- 
LOGGER
static final org.slf4j.Logger LOGGER - 
COMPRESS_BUFFER_SIZE
private static final int COMPRESS_BUFFER_SIZE- See Also:
 
 - 
COMPRESSED_EXTENSION
- See Also:
 
 - 
root
 - 
extension
 
 - 
 - 
Constructor Details
- 
EventLogDirectory
 
 - 
 - 
Method Details
- 
open
- Throws:
 IOException
 - 
listFiles
- Throws:
 IOException
 - 
parseFile
 - 
tryCompress
- Throws:
 IOException
 - 
writeCompressed
private static void writeCompressed(ReadableByteChannel p_262066_, Path p_262054_) throws IOException - Throws:
 IOException
 - 
createNewFile
- Throws:
 IOException
 
 -