Class FallbackResourceManager.LeakedResourceWarningInputStream
java.lang.Object
java.io.InputStream
java.io.FilterInputStream
net.minecraft.server.packs.resources.FallbackResourceManager.LeakedResourceWarningInputStream
- All Implemented Interfaces:
- Closeable,- AutoCloseable
- Enclosing class:
- FallbackResourceManager
- 
Field SummaryFieldsFields inherited from class java.io.FilterInputStreamin
- 
Constructor SummaryConstructorsConstructorDescriptionLeakedResourceWarningInputStream(InputStream p_10633_, ResourceLocation p_10634_, String p_10635_) 
- 
Method SummaryMethods inherited from class java.io.FilterInputStreamavailable, mark, markSupported, read, read, read, reset, skipMethods inherited from class java.io.InputStreamnullInputStream, readAllBytes, readNBytes, readNBytes, skipNBytes, transferTo
- 
Field Details- 
message
- 
closedprivate boolean closed
 
- 
- 
Constructor Details- 
LeakedResourceWarningInputStreampublic LeakedResourceWarningInputStream(InputStream p_10633_, ResourceLocation p_10634_, String p_10635_) 
 
- 
- 
Method Details- 
close- Specified by:
- closein interface- AutoCloseable
- Specified by:
- closein interface- Closeable
- Overrides:
- closein class- FilterInputStream
- Throws:
- IOException
 
- 
finalize
 
-