Package net.minecraft.resources
Class FallbackResourceManager.LeakComplainerInputStream
- java.lang.Object
-
- java.io.InputStream
-
- java.io.FilterInputStream
-
- net.minecraft.resources.FallbackResourceManager.LeakComplainerInputStream
-
- All Implemented Interfaces:
java.io.Closeable,java.lang.AutoCloseable
- Enclosing class:
- FallbackResourceManager
static class FallbackResourceManager.LeakComplainerInputStream extends java.io.FilterInputStream
-
-
Constructor Summary
Constructors Constructor Description LeakComplainerInputStream(java.io.InputStream p_i47727_1_, ResourceLocation p_i47727_2_, java.lang.String p_i47727_3_)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()protected voidfinalize()-
Methods inherited from class java.io.FilterInputStream
available, mark, markSupported, read, read, read, reset, skip
-
-
-
-
Constructor Detail
-
LeakComplainerInputStream
public LeakComplainerInputStream(java.io.InputStream p_i47727_1_, ResourceLocation p_i47727_2_, java.lang.String p_i47727_3_)
-
-
Method Detail
-
close
public void close() throws java.io.IOException- Specified by:
closein interfacejava.lang.AutoCloseable- Specified by:
closein interfacejava.io.Closeable- Overrides:
closein classjava.io.FilterInputStream- Throws:
java.io.IOException
-
finalize
protected void finalize() throws java.lang.Throwable- Overrides:
finalizein classjava.lang.Object- Throws:
java.lang.Throwable
-
-