Liferay 6.2.0

com.liferay.portal.kernel.zip
Interface ZipReaderFactory

All Known Implementing Classes:
ZipReaderFactoryImpl

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