Class ZipFileEntryAsset
- java.lang.Object
-
- org.jboss.shrinkwrap.impl.base.asset.ZipFileEntryAsset
-
-
Constructor Summary
Constructors Constructor Description ZipFileEntryAsset(java.util.zip.ZipFile file, java.util.zip.ZipEntry entry)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.io.InputStreamopenStream()Get a input stream for the resource content.
-
-
-
Method Detail
-
openStream
public java.io.InputStream openStream()
Description copied from interface:AssetGet a input stream for the resource content. The caller is responsible for closing the stream.- Specified by:
openStreamin interfaceAsset- Returns:
- A new open
InputStreamfor each call
-
-