A C E F M R S T W

A

append(String, byte[]) - Method in class FileIO
Appends the specified bytes to the specified file.

C

create(String) - Method in class FileIO
Creates a new file.

E

exists(String) - Method in class FileIO
Checks if the specified file or directory exists.

F

fileAppended(int) - Method in interface FileIOListener
Called when the operation launched by the FileIO.append method ends up.
fileAppended(int) - Method in class TestFileIO
 
FileIO - Class in <Unnamed>
The FileIO class is used to handle files.
FileIO(FileIOListener) - Constructor for class FileIO
Constructs a new FileIO object.
FileIOListener - Interface in <Unnamed>
The listener interface for receiving FileIO events.
fileRead(int, byte[]) - Method in interface FileIOListener
Called when the operation launched by the FileIO.read method ends up.
fileRead(int, byte[]) - Method in class TestFileIO
 
fileWritten(int) - Method in interface FileIOListener
Called when the operation launched by the FileIO.write method ends up.
fileWritten(int) - Method in class TestFileIO
 

M

mkdir(String) - Method in class FileIO
Creates a new directory.

R

read(String) - Method in class FileIO
Reads the specified file.
run() - Method in class FileIO
 

S

STATE_CONTENT_NULL - Static variable in class FileIO
The given content is null.
STATE_FILENAME_NULL - Static variable in class FileIO
The given filename is null.
STATE_NOT_READY - Static variable in class FileIO
The class is not ready.
STATE_OK - Static variable in class FileIO
The operation finished successfully.
STATE_PROBLEM - Static variable in class FileIO
A problem occured during the operation.

T

TestFileIO - Class in <Unnamed>
This class can be used to test the FileIO and the FileIOListener classes.
TestFileIO() - Constructor for class TestFileIO
 

W

write(String, byte[]) - Method in class FileIO
Writes in the specified file.

A C E F M R S T W