Liferay 6.2.0

com.liferay.portal.kernel.zip
Interface ZipReaderFactory


public interface ZipReaderFactory


Method Summary
abstract  ZipReader getZipReader(File file)
           
abstract  ZipReader getZipReader(InputStream inputStream)
           
 

Method Detail

getZipReader

ZipReader getZipReader(File file)

getZipReader

ZipReader getZipReader(InputStream inputStream)
                       throws IOException
Throws:
IOException

Liferay 6.2.0