|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--irc.AppletFileHandler
File handling from applet.
Constructor Summary | |
AppletFileHandler(java.applet.Applet app)
Create a new AppletFileHandler, using the given Applet. |
Method Summary | |
java.io.InputStream |
getInputStream(java.lang.String fileName)
Get an input stream from the given filename. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AppletFileHandler(java.applet.Applet app)
app
- the applet to use.Method Detail |
public java.io.InputStream getInputStream(java.lang.String fileName)
FileHandler
getInputStream
in interface FileHandler
fileName
- file name to get inputstream from.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |