|
Data Request Broker 2-3-release |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfr.gael.drb.impl.zip.ZipEnumeration
public class ZipEnumeration
This class is used to the Enumeration implementation for a zipFileNode created with an inputStream
| Constructor Summary | |
|---|---|
ZipEnumeration(InputStream in)
Builds a new enumeration with the inputStreram |
|
| Method Summary | |
|---|---|
protected ZipInputStream |
getZipin()
Getter of zipin |
boolean |
hasMoreElements()
Tests if this enumeration contains more elements. |
Object |
nextElement()
Returns the next element of this enumeration if this enumeration object has at least one more element to provide. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ZipEnumeration(InputStream in)
in - The InputStream which creates the ZipInputStream| Method Detail |
|---|
public boolean hasMoreElements()
hasMoreElements in interface Enumerationtrue if and only if this enumeration object
contains at least one more element to provide; false
otherwise.public Object nextElement()
nextElement in interface Enumerationprotected ZipInputStream getZipin()
|
Data Request Broker - DRB API® 2-3-release |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||