|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kite9.framework.common.RepositoryHelp
public class RepositoryHelp
| Constructor Summary | |
|---|---|
RepositoryHelp()
|
|
| Method Summary | |
|---|---|
static File |
prepareFileName(String id,
String filename,
String baseDir,
boolean createDirs)
|
static void |
streamCopy(InputStream zis,
OutputStream fos,
boolean closeOs)
|
static void |
streamCopy(Reader zis,
Writer fos,
boolean closeOs)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RepositoryHelp()
| Method Detail |
|---|
public static File prepareFileName(String id,
String filename,
String baseDir,
boolean createDirs)
public static void streamCopy(InputStream zis,
OutputStream fos,
boolean closeOs)
throws IOException
IOException
public static void streamCopy(Reader zis,
Writer fos,
boolean closeOs)
throws IOException
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||