Package org.codehaus.plexus.util.io
Facades to create
InputStream
s representing various kinds of
data sources, identically.-
Interface Summary Interface Description InputStreamFacade Interface of a wrapper for input streams. -
Class Summary Class Description CachingOutputStream Caching OutputStream to avoid overwriting a file with the same content.CachingWriter Caching Writer to avoid overwriting a file with the same content.RawInputStreamFacade Implementation ofInputStreamFacade
for raw input streams.URLInputStreamFacade Implementation ofInputStreamFacade
for URL's.