Package | Description |
---|---|
net.java.truecommons.io |
Provides common I/O components.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractSource
An abstract provider for input streams or seekable byte channels.
|
class |
OneTimeSource
A source which can get used only once to obtain a given input stream or
seekable byte channel.
|
Modifier and Type | Method and Description |
---|---|
static void |
Streams.copy(Source source,
Sink sink)
Copies the data from the given source to the given sink.
|
Copyright © 2012–2018 Schlichtherle IT Services. All rights reserved.