Uses of Interface
org.codehaus.plexus.util.io.InputStreamFacade
-
Packages that use InputStreamFacade Package Description org.codehaus.plexus.util org.codehaus.plexus.util.io -
-
Uses of InputStreamFacade in org.codehaus.plexus.util
Methods in org.codehaus.plexus.util with parameters of type InputStreamFacade Modifier and Type Method Description static void
FileUtils. copyStreamToFile(InputStreamFacade source, java.io.File destination)
Copies bytes from theInputStream
source
to a filedestination
. -
Uses of InputStreamFacade in org.codehaus.plexus.util.io
Classes in org.codehaus.plexus.util.io that implement InputStreamFacade Modifier and Type Class Description class
RawInputStreamFacade
Implementation ofInputStreamFacade
for raw input streams.class
URLInputStreamFacade
Implementation ofInputStreamFacade
for URL's.
-