|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectjAudioFeatureExtractor.GeneralTools.FileMethods
public class FileMethods
A holder class for static methods relating to files.
Constructor Summary | |
---|---|
FileMethods()
|
Method Summary | |
---|---|
static void |
copyFile(java.lang.String original,
java.lang.String destination)
Copies the contents of one file to another. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FileMethods()
Method Detail |
---|
public static void copyFile(java.lang.String original, java.lang.String destination) throws java.lang.Exception
original
- The name of the file to be copied.destination
- The name of the file to be copied to.
java.lang.Exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |