static class FallbackResourceManager.InputStreamLeakedResourceLogger
extends java.io.InputStream
Modifier and Type | Field and Description |
---|---|
private java.io.InputStream |
inputStream |
private boolean |
isClosed |
private java.lang.String |
message |
Constructor and Description |
---|
InputStreamLeakedResourceLogger(java.io.InputStream p_i46093_1_,
ResourceLocation location,
java.lang.String resourcePack) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
protected void |
finalize() |
int |
read() |
private final java.io.InputStream inputStream
private final java.lang.String message
private boolean isClosed
public InputStreamLeakedResourceLogger(java.io.InputStream p_i46093_1_, ResourceLocation location, java.lang.String resourcePack)
public void close() throws java.io.IOException
close
in interface java.io.Closeable
close
in interface java.lang.AutoCloseable
close
in class java.io.InputStream
java.io.IOException
protected void finalize() throws java.lang.Throwable
finalize
in class java.lang.Object
java.lang.Throwable
public int read() throws java.io.IOException
read
in class java.io.InputStream
java.io.IOException