| Modifier and Type | Method and Description |
|---|---|
static void |
Streams.cat(InputStream in,
OutputStream out)
Copies the data from the given input stream to the given output stream
without closing them.
|
static void |
Streams.copy(InputStream in,
OutputStream out)
Copies the data from the given input stream to the given output stream
and always closes both streams - even if an exception
occurs.
|
static void |
Streams.copy(Source source,
Sink sink)
Copies the data from the given source to the given sink.
|
Copyright © 2012–2014 Schlichtherle IT Services. All rights reserved.