elte.java2_utikalauz5.security
MyLittleApplet.FileHandler osztály
java.lang.Object
elte.java2_utikalauz5.security.MyLittleApplet.FileHandler
- Beágyazó osztály:
- MyLittleApplet
- class MyLittleApplet.FileHandler
- extends Object
This class is used to handle the files for MyLittleApplet
. This is the model
for an MVC pattern, where the applet is the view and the controller.
- Szerző:
- pecsy
java.lang.Object osztálytól örökölt metódusok |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
final String name
subject
final Subject subject
Konstruktorok részletezése |
MyLittleApplet.FileHandler
public MyLittleApplet.FileHandler(String name,
Subject subject)
executeAction
private <T> T executeAction(PrivilegedExceptionAction<T> act)
throws Exception
- Specifikált kivételek:
Exception
loadFile
public String loadFile(int maxLength)
throws FileNotFoundException,
IOException,
Exception
- Specifikált kivételek:
FileNotFoundException
IOException
Exception
saveFile
public void saveFile(String text)
throws Exception
- Specifikált kivételek:
Exception