Liferay 7.0-ce-b4

com.liferay.portal.kernel.zip
Class ZipFileUtil

java.lang.Object
  extended by com.liferay.portal.kernel.zip.ZipFileUtil

public class ZipFileUtil
extends Object


Constructor Summary
ZipFileUtil()
           
 
Method Summary
static InputStream openInputStream(File file, String entryName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ZipFileUtil

public ZipFileUtil()
Method Detail

openInputStream

public static InputStream openInputStream(File file,
                                          String entryName)
                                   throws IOException
Throws:
IOException

Liferay 7.0-ce-b4