public class LdiFileUtil extends Object
| 修飾子 | コンストラクタと説明 |
|---|---|
protected |
LdiFileUtil() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
static void |
copy(File src,
File dest) |
static byte[] |
getBytes(File file) |
static String |
getCanonicalPath(File file) |
static URL |
toURL(File file) |
static void |
write(String path,
byte[] data) |
static void |
write(String path,
byte[] data,
int offset,
int length) |
public static byte[] getBytes(File file)
file - public static void write(String path, byte[] data)
path - data - offset - length - NullPointerExceptionpublic static void write(String path, byte[] data, int offset, int length)
path - data - offset - length - NullPointerExceptionCopyright © 2015–2016 The DBFlute Project. All rights reserved.