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>
- Version:
- $Id: PSDUtil.java,v 1.0 Apr 29, 2008 5:05:00 PM haraldk Exp$
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final int[]private intprivate final intprivate final ImageInputStream -
Constructor Summary
ConstructorsConstructorDescriptionLazyPackBitsStreamEnumeration(ImageInputStream stream, int[] byteCounts, int rowLength) -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface 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:
hasMoreElementsin interfaceEnumeration<InputStream>
-
nextElement
- Specified by:
nextElementin interfaceEnumeration<InputStream>
-