|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WriteNotAllowedException | |
kirk.io |
Uses of WriteNotAllowedException in kirk.io |
Methods in kirk.io that throw WriteNotAllowedException | |
void |
FileLineList.add(String line)
Add the passed line to the list. |
void |
FileLineList.insert(String line,
int index)
Insert the passed line into the list at the passed index. |
void |
FileLineList.replace(int index,
String line)
Replaces the line at index with line .
|
void |
FileLineList.append(int index,
String line)
Appends the line at index with line .
|
void |
FileLineList.remove(int index)
Removes the line at index . |
void |
FileLineList.flush(String filename)
Writes the lines in this list to the passed file, if allowed. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |