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
InputStreamFacade
InputStream
. The caller must assume,
that this method may be invoked only once.getInputStream
in interface InputStreamFacade
IOException
Copyright © 2008-2012. All Rights Reserved.