|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GenericFile
Interface representing extension of File
requiring special methods for
finding child instances and to return InputStream
providing file's content.
Method Summary | |
---|---|
java.io.File |
getChild(java.lang.String name)
Returns child instance with the provided name. |
java.io.InputStream |
getInputStream()
Returns input stream of this file content. |
Method Detail |
---|
java.io.File getChild(java.lang.String name)
name
- name of the child instance
java.io.InputStream getInputStream() throws java.io.IOException
java.io.IOException
- if problem happens to open input stream
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |