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 Details

    • stream

      private final ImageInputStream stream
    • byteCounts

      private final int[] byteCounts
    • rowLength

      private final int rowLength
    • index

      private int index
  • Constructor Details

    • LazyPackBitsStreamEnumeration

      public LazyPackBitsStreamEnumeration(ImageInputStream stream, int[] byteCounts, int rowLength)
  • Method Details