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 void
close()
protected void
finalize()
-
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:
close
in interfacejava.lang.AutoCloseable
- Specified by:
close
in interfacejava.io.Closeable
- Overrides:
close
in classjava.io.FilterInputStream
- Throws:
java.io.IOException
-
finalize
protected void finalize() throws java.lang.Throwable
- Overrides:
finalize
in classjava.lang.Object
- Throws:
java.lang.Throwable
-
-