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.Closeableclose in interface java.lang.AutoCloseableclose in class java.io.InputStreamjava.io.IOExceptionprotected void finalize()
throws java.lang.Throwable
finalize in class java.lang.Objectjava.lang.Throwablepublic int read()
throws java.io.IOException
read in class java.io.InputStreamjava.io.IOException