Package | Description |
---|---|
org.codehaus.plexus.util | |
org.codehaus.plexus.util.io |
Modifier and Type | Method and Description |
---|---|
static void |
FileUtils.copyStreamToFile(InputStreamFacade source,
java.io.File destination)
Copies bytes from the
InputStream source to a 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. |