Class PSDUtil.LazyPackBitsStreamEnumeration
java.lang.Object
com.twelvemonkeys.imageio.plugins.psd.PSDUtil.LazyPackBitsStreamEnumeration
- All Implemented Interfaces:
Enumeration<InputStream>
- Enclosing class:
PSDUtil
private static class PSDUtil.LazyPackBitsStreamEnumeration
extends Object
implements Enumeration<InputStream>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final int[]
private int
private final int
private final ImageInputStream
-
Constructor Summary
ConstructorsConstructorDescriptionLazyPackBitsStreamEnumeration
(ImageInputStream stream, int[] byteCounts, int rowLength) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Enumeration
asIterator
-
Field Details
-
stream
-
byteCounts
private final int[] byteCounts -
rowLength
private final int rowLength -
index
private int index
-
-
Constructor Details
-
LazyPackBitsStreamEnumeration
-
-
Method Details
-
hasMoreElements
public boolean hasMoreElements()- Specified by:
hasMoreElements
in interfaceEnumeration<InputStream>
-
nextElement
- Specified by:
nextElement
in interfaceEnumeration<InputStream>
-