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 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