Package org.codehaus.plexus.util.io
Interface InputStreamFacade
-
- All Known Implementing Classes:
RawInputStreamFacade,URLInputStreamFacade
public interface InputStreamFacadeInterface of a wrapper for input streams. This facade is used by methods, which are being implemented for files, URL's, or input streams.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.io.InputStreamgetInputStream()Retrieves the actualInputStream.
-