public class NoCloseInputStream extends FilterInputStream
InputStream
that cannot be closed.in
Constructor and Description |
---|
NoCloseInputStream(InputStream is) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
doClose() |
available, mark, markSupported, read, read, read, reset, skip
public NoCloseInputStream(InputStream is)
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
close
in class FilterInputStream
IOException
public void doClose() throws IOException
IOException
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.