|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.felix.bundlerepository.FileUtil
public class FileUtil
| Constructor Summary | |
|---|---|
FileUtil()
|
|
| Method Summary | |
|---|---|
static void |
copy(InputStream is,
File dir,
String destName,
String destDir,
byte[] buffer)
|
static void |
downloadSource(PrintStream out,
PrintStream err,
URL srcURL,
String dirStr,
boolean extract)
|
static void |
unjar(JarInputStream jis,
File dir)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FileUtil()
| Method Detail |
|---|
public static void downloadSource(PrintStream out,
PrintStream err,
URL srcURL,
String dirStr,
boolean extract)
public static void unjar(JarInputStream jis,
File dir)
throws IOException
IOException
public static void copy(InputStream is,
File dir,
String destName,
String destDir,
byte[] buffer)
throws IOException
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||