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