static class NamespaceResourceManager.DebugInputStream extends FilterInputStream
Modifier and Type | Field and Description |
---|---|
private boolean |
closed |
private String |
leakMessage |
in
Constructor and Description |
---|
DebugInputStream(InputStream parent,
Identifier id,
String packName) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
protected void |
finalize() |
available, mark, markSupported, read, read, read, reset, skip
private final String leakMessage
private boolean closed
public DebugInputStream(InputStream parent, Identifier id, String packName)
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
close
in class FilterInputStream
IOException