Package | Description |
---|---|
net.java.truecommons.cio |
Provides generic services for reading and writing
entries in
containers,
e.g. file systems, archive files or I/O buffer pools.
|
net.java.truecommons.io |
Provides common I/O components.
|
Modifier and Type | Method and Description |
---|---|
static void |
IoSockets.copy(InputSocket<?> input,
OutputSocket<?> output)
|
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–2017 Schlichtherle IT Services. All rights reserved.