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
private static class FallbackResourceManager.LeakedResourceWarningInputStream
extends FilterInputStream
-
Field Summary
FieldsFields inherited from class FilterInputStream
in -
Constructor Summary
ConstructorsConstructorDescriptionLeakedResourceWarningInputStream(InputStream wrapped, Identifier location, String name) -
Method Summary
Methods inherited from class FilterInputStream
available, mark, markSupported, read, read, read, reset, skipMethods inherited from class InputStream
nullInputStream, readAllBytes, readNBytes, readNBytes, skipNBytes, transferTo
-
Field Details
-
message
-
closed
private boolean closed
-
-
Constructor Details
-
LeakedResourceWarningInputStream
-
-
Method Details
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Overrides:
closein classFilterInputStream- Throws:
IOException
-
finalize
-