public final class Streams extends Object
| Modifier | Constructor and Description | 
|---|---|
| private  | Streams() | 
| Modifier and Type | Method and Description | 
|---|---|
| static InputStream | noClose(InputStream from) | 
| static OutputStream | noClose(OutputStream from) | 
| static Reader | noClose(Reader from) | 
| static Writer | noClose(Writer from) | 
public static OutputStream noClose(OutputStream from)
public static InputStream noClose(InputStream from)
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.