public class UnclosableInputStream extends FilterInputStream
in
Constructor and Description |
---|
UnclosableInputStream(InputStream in)
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
close()
Does not close the original stream.
|
available, mark, markSupported, read, read, read, reset, skip
public UnclosableInputStream(InputStream in)
in
- the Stream to filter.public void close()
close
in interface Closeable
close
in interface AutoCloseable
close
in class FilterInputStream
Copyright © 2025 Apache Software Foundation. All rights reserved.