public final class VFSUtils extends Object
Modifier and Type | Method and Description |
---|---|
static void |
copyStream(InputStream is,
OutputStream os) |
static Manifest |
getManifest(VirtualFile archive) |
static String |
getPathFromClassName(String className) |
static String |
getPathFromPackageName(String packageName) |
static void |
safeClose(Closeable c)
Safely close some resource without throwing an exception.
|
public static Manifest getManifest(VirtualFile archive) throws IOException
IOException
public static void copyStream(InputStream is, OutputStream os) throws IOException
IOException
public static void safeClose(Closeable c)
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.