Class PSDAlphaChannelInfo


  • final class PSDAlphaChannelInfo
    extends PSDImageResource
    PSDAlphaChannelInfo
    Version:
    $Id: PSDAlphaChannelInfo.java,v 1.0 May 2, 2008 5:33:40 PM haraldk Exp$
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) java.util.List<java.lang.String> names  
    • Constructor Summary

      Constructors 
      Constructor Description
      PSDAlphaChannelInfo​(short pId, javax.imageio.stream.ImageInputStream pInput)  
    • Field Detail

      • names

        java.util.List<java.lang.String> names
    • Constructor Detail

      • PSDAlphaChannelInfo

        public PSDAlphaChannelInfo​(short pId,
                                   javax.imageio.stream.ImageInputStream pInput)
                            throws java.io.IOException
        Throws:
        java.io.IOException
    • Method Detail

      • readData

        protected void readData​(javax.imageio.stream.ImageInputStream pInput)
                         throws java.io.IOException
        Description copied from class: PSDImageResource
        This default implementation simply skips the data.
        Overrides:
        readData in class PSDImageResource
        Parameters:
        pInput - the input
        Throws:
        java.io.IOException - if an I/O exception occurs