|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WriteNotAllowedException | |
kirk.util |
Uses of WriteNotAllowedException in kirk.util |
Methods in kirk.util that throw WriteNotAllowedException | |
void |
FileLineList.add(java.lang.String line)
Add the passed line to the list. |
void |
FileLineList.insert(java.lang.String line,
int index)
Insert the passed line into the list at the passed index. |
void |
FileLineList.replace(int index,
java.lang.String line)
Replaces the line at index with line .
|
void |
FileLineList.append(int index,
java.lang.String line)
Appends the line at index with line .
|
void |
FileLineList.remove(int index)
Removes the line at index . |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |