Uses of Interface
org.codehaus.plexus.util.io.InputStreamFacade
Packages that use InputStreamFacade
Package
Description
Miscellaneous utilities, mainly dealing with I/O, strings, and filesystems.
Facades to create
InputStream
s representing various kinds of
data sources, identically.-
Uses of InputStreamFacade in org.codehaus.plexus.util
Methods in org.codehaus.plexus.util with parameters of type InputStreamFacadeModifier and TypeMethodDescriptionstatic void
FileUtils.copyStreamToFile
(InputStreamFacade source, File destination) -
Uses of InputStreamFacade in org.codehaus.plexus.util.io
Classes in org.codehaus.plexus.util.io that implement InputStreamFacadeModifier and TypeClassDescriptionclass
Implementation ofInputStreamFacade
for raw input streams.class
Implementation ofInputStreamFacade
for URL's.