Package | Description |
---|---|
org.codehaus.plexus.util |
Miscellaneous utilities, mainly dealing with I/O, strings, and filesystems.
|
org.codehaus.plexus.util.io |
Facades to create
InputStream s representing various kinds of
data sources, identically. |
Modifier and Type | Method and Description |
---|---|
static void |
FileUtils.copyStreamToFile(InputStreamFacade source,
File destination)
|
Modifier and Type | Class and Description |
---|---|
class |
RawInputStreamFacade
Implementation of
InputStreamFacade for raw input streams. |
class |
URLInputStreamFacade
Implementation of
InputStreamFacade for URL's. |
Copyright © 2001–2019 Codehaus Plexus. All rights reserved.