org.codehaus.plexus.util.io
public class FileInputStreamFacade extends Object implements InputStreamFacade
InputStreamFacade
for files.Constructor and Description |
---|
FileInputStreamFacade(File file)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
InputStream |
getInputStream()
Retrieves the actual
InputStream . |
public FileInputStreamFacade(File file)
public InputStream getInputStream() throws IOException
InputStreamFacade
InputStream
. The caller must assume,
that this method may be invoked only once.getInputStream
in interface InputStreamFacade
IOException