|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.codehaus.plexus.util.io.FileInputStreamFacade
public class FileInputStreamFacade
Implementation of InputStreamFacade for files.
| Constructor Summary | |
|---|---|
FileInputStreamFacade(java.io.File file)
Creates a new instance. |
|
| Method Summary | |
|---|---|
java.io.InputStream |
getInputStream()
Retrieves the actual InputStream. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FileInputStreamFacade(java.io.File file)
| Method Detail |
|---|
public java.io.InputStream getInputStream()
throws java.io.IOException
InputStreamFacadeInputStream. The caller must assume,
that this method may be invoked only once.
getInputStream in interface InputStreamFacadejava.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||