org.jboss.shrinkwrap.impl.base.asset
Class ZipFileEntryAsset
java.lang.Object
org.jboss.shrinkwrap.impl.base.asset.ZipFileEntryAsset
- All Implemented Interfaces:
- Asset
public class ZipFileEntryAsset
- extends Object
- implements Asset
Holds a reference to the ZipFile and the ZipEntry this Asset represents for lazy loading.
Used by the ZipImporter.
- Version:
- $Revision: $
- Author:
- Aslak Knutsen
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ZipFileEntryAsset
public ZipFileEntryAsset(ZipFile file,
ZipEntry entry)
openStream
public InputStream openStream()
- Specified by:
openStream in interface Asset
Copyright © 2011 JBoss by Red Hat. All Rights Reserved.