|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.onemind.commons.java.util.FileUtils
File related utilities methods
Method Summary | |
static java.lang.String |
concatFilePath(java.lang.String[] args)
Concat the strings to be a valid file path |
static java.lang.String |
concatFilePath(java.lang.String prefix,
java.lang.String suffix)
Concat filepath with the prefix and suffix |
static void |
copyStream(java.io.InputStream input,
java.io.OutputStream output,
int chunkSize)
Copy the input to the output. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static java.lang.String concatFilePath(java.lang.String[] args)
args
- the string
public static java.lang.String concatFilePath(java.lang.String prefix, java.lang.String suffix)
prefix
- the prefixsuffix
- the suffix
public static void copyStream(java.io.InputStream input, java.io.OutputStream output, int chunkSize) throws java.io.IOException
input
- the input streamoutput
- the outputchunkSize
- the chunk size
java.io.IOException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |