org.jboss.osgi.vfs
Class VFSUtils

java.lang.Object
  extended by org.jboss.osgi.vfs.VFSUtils

public class VFSUtils
extends Object

A subset of VFS util functionality that is used by the OSGi layer.

Since:
02-Mar-2010
Author:
thomas.diesler@jboss.com

Constructor Summary
VFSUtils()
           
 
Method Summary
static void copyStream(InputStream is, OutputStream os)
           
static Manifest getManifest(VirtualFile archive)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VFSUtils

public VFSUtils()
Method Detail

getManifest

public static Manifest getManifest(VirtualFile archive)
                            throws IOException
Throws:
IOException

copyStream

public static void copyStream(InputStream is,
                              OutputStream os)
                       throws IOException
Throws:
IOException


Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.