org.codehaus.plexus.util.io

Interface InputStreamFacade

public interface InputStreamFacade

Interface 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
InputStreamgetInputStream()
Retrieves the actual InputStream.

Method Detail

getInputStream

public InputStream getInputStream()
Retrieves the actual InputStream. The caller must assume, that this method may be invoked only once.
Copyright © 2001-2010 Codehaus. All Rights Reserved.