|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.turbine.util.FileUtils
Common File
manipulation routines.
Field Summary | |
static int |
ONE_GB
Deprecated. The number of bytes in a gigabyte. |
static int |
ONE_KB
Deprecated. The number of bytes in a kilobyte. |
static int |
ONE_MB
Deprecated. The number of bytes in a megabyte. |
Constructor Summary | |
FileUtils()
Deprecated. |
Method Summary | |
static java.lang.String |
byteCountToDisplaySize(int size)
Deprecated. Returns a human-readable version of the file size (original is in bytes). |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int ONE_KB
public static final int ONE_MB
public static final int ONE_GB
Constructor Detail |
public FileUtils()
Method Detail |
public static java.lang.String byteCountToDisplaySize(int size)
size
- The number of bytes.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |