Definition at line 24 of file FileUtil.java.
◆ copyTransfer()
static void com.generalrobotix.ui.util.FileUtil.copyTransfer |
( |
String |
srcPath, |
|
|
String |
destPath |
|
) |
| throws IOException |
|
inlinestatic |
コピー元のパス[srcPath]から、コピー先のパス[destPath]へ ファイルのコピーを行います。 コピー処理にはFileChannel::transferToメソッドを利用します。 尚、コピー処理終了後、入力・出力のチャネルをクローズします。
- Parameters
-
srcPath | コピー元のパス |
destPath | コピー先のパス |
- Exceptions
-
IOException | 何らかの入出力処理例外が発生した場合 |
Definition at line 35 of file FileUtil.java.
◆ deleteNameServerLog()
static void com.generalrobotix.ui.util.FileUtil.deleteNameServerLog |
( |
String |
logPath | ) |
|
|
inlinestatic |
◆ resourceToFile()
static void com.generalrobotix.ui.util.FileUtil.resourceToFile |
( |
Class<? extends GrxPluginManager > |
grxPluginManager, |
|
|
String |
srcName, |
|
|
File |
destFile |
|
) |
| throws IOException |
|
inlinestatic |
コピー元のリソース名から、コピー先のパス[destFile]へ ファイルのコピーを行います。
- Parameters
-
grxPluginManager | コピー元のリソースを保持する管理するGrxPluginManager |
srcName | コピー元のリソース名 |
destFile | コピー先のFile |
- Exceptions
-
IOException | 何らかの入出力処理例外が発生した場合 |
Definition at line 56 of file FileUtil.java.
The documentation for this class was generated from the following file: