org.squashtest.csp.tm.internal.utils.archive.impl
Class ZipReader
java.lang.Object
org.squashtest.csp.tm.internal.utils.archive.impl.ZipReader
- All Implemented Interfaces:
- Iterator<Entry>, ArchiveReader
public class ZipReader
- extends Object
- implements ArchiveReader
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ZipReader
public ZipReader(InputStream stream)
setStream
public void setStream(InputStream stream)
- Specified by:
setStream in interface ArchiveReader
close
public void close()
- Specified by:
close in interface ArchiveReader
hasNext
public boolean hasNext()
- Specified by:
hasNext in interface Iterator<Entry>
next
public Entry next()
- Specified by:
next in interface Iterator<Entry>
remove
public void remove()
- Specified by:
remove in interface Iterator<Entry>
Copyright © 2010-2012 Squashtest TM, Squashtest.org. All Rights Reserved.