org.seasar.framework.util
クラス FileUtil

java.lang.Object
  拡張org.seasar.framework.util.FileUtil

public final class FileUtil
extends Object

作成者:
higa

メソッドの概要
static void copy(File src, File dest)
           
static byte[] getBytes(File file)
           
static String getCanonicalPath(File file)
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

メソッドの詳細

getBytes

public static byte[] getBytes(File file)

getCanonicalPath

public static String getCanonicalPath(File file)

copy

public static void copy(File src,
                        File dest)


Copyright © 2004-2006 The Seasar Foundation. All Rights Reserved.