|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
java.lang.ObjectjAudioFeatureExtractor.GeneralTools.FileMethods
public class FileMethods
A holder class for static methods relating to files.
| コンストラクタの概要 | |
|---|---|
FileMethods()
|
|
| メソッドの概要 | |
|---|---|
static void |
copyFile(java.lang.String original,
java.lang.String destination)
Copies the contents of one file to another. |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| コンストラクタの詳細 |
|---|
public FileMethods()
| メソッドの詳細 |
|---|
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
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||