Liferay 6.1.2-ce-ga3

com.liferay.portal.zip
Class ZipReaderFactoryImpl

java.lang.Object
  extended by com.liferay.portal.zip.ZipReaderFactoryImpl
All Implemented Interfaces:
ZipReaderFactory

public class ZipReaderFactoryImpl
extends Object
implements ZipReaderFactory


Constructor Summary
ZipReaderFactoryImpl()
           
 
Method Summary
 ZipReader getZipReader(File file)
           
 ZipReader getZipReader(InputStream inputStream)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ZipReaderFactoryImpl

public ZipReaderFactoryImpl()
Method Detail

getZipReader

public ZipReader getZipReader(File file)
Specified by:
getZipReader in interface ZipReaderFactory

getZipReader

public ZipReader getZipReader(InputStream inputStream)
                       throws IOException
Specified by:
getZipReader in interface ZipReaderFactory
Throws:
IOException

Liferay 6.1.2-ce-ga3