Class: com.sun.imageio.plugins.png.PNGImageDataEnumeration
- class PNGImageDataEnumeration
- implements Enumeration
Inheritance
Superclass tree:- java.lang.Object
- com.sun.imageio.plugins.png.PNGImageDataEnumeration
- Enumeration<E>
Methods
-
PNGImageDataEnumerationtop
public PNGImageDataEnumeration(ImageInputStream stream) throws IOException -
hasMoreElementstop
public boolean hasMoreElements()Tests if this enumeration contains more elements.- Specified by:
- hasMoreElements from Enumeration<E>
-
nextElementtop
public Object nextElement()Returns the next element of this enumeration if this enumeration object has at least one more element to provide.- Specified by:
- nextElement from Enumeration<E>
Fields
-
firstTime
boolean firstTime -
length
int length -
stream
ImageInputStream stream
