public class FileInputStreamFacade extends Object implements InputStreamFacade
InputStreamFacade for files.| Constructor and Description |
|---|
FileInputStreamFacade(File file) |
| Modifier and Type | Method and Description |
|---|---|
InputStream |
getInputStream()
Retrieves the actual
InputStream. |
public FileInputStreamFacade(File file)
public InputStream getInputStream() throws IOException
InputStreamFacadeInputStream. The caller must assume,
that this method may be invoked only once.getInputStream in interface InputStreamFacadeIOExceptionCopyright © 2008-2012. All Rights Reserved.