public class UnclosableInputStream
extends java.io.FilterInputStream
Constructor | Description |
---|---|
UnclosableInputStream(java.io.InputStream in) |
Default constructor.
|
Modifier and Type | Method | Description |
---|---|---|
void |
close() |
Does not close the original stream.
|
Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.