|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DAIFileAlreadyExistsException | |
uk.org.ogsadai.common.files | This package provides a set of common classes for file manipulation. |
Uses of DAIFileAlreadyExistsException in uk.org.ogsadai.common.files |
Methods in uk.org.ogsadai.common.files that throw DAIFileAlreadyExistsException | |
static void |
FileUtilities.writeStringToFile(java.lang.String fileName,
java.lang.String data)
Writes the contents of a string to a new file. |
static void |
FileUtilities.writeByteArrayToFile(java.lang.String fileName,
byte[] data)
Writes the contents of a string to a byte array to a new file. |
static void |
FileUtilities.renameFile(java.lang.String fileName,
java.lang.String newFileName)
Renames a file. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |