Package net.minecraft.util.eventlog
Class EventLogDirectory
java.lang.Object
net.minecraft.util.eventlog.EventLogDirectory
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic final recordstatic interfacestatic final recordstatic classstatic final record
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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- 
LOGGERstatic final org.slf4j.Logger LOGGER
- 
COMPRESS_BUFFER_SIZEprivate 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
 
- 
writeCompressedprivate static void writeCompressed(ReadableByteChannel p_262066_, Path p_262054_) throws IOException - Throws:
- IOException
 
- 
createNewFile- Throws:
- IOException
 
 
-