Class PSDUnicodeAlphaNames


  • final class PSDUnicodeAlphaNames
    extends PSDImageResource
    PSDUnicodeAlphaNames
    Version:
    $Id: PSDUnicodeAlphaNames.java,v 1.0 Nov 7, 2009 9:16:56 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
      PSDUnicodeAlphaNames​(short pId, javax.imageio.stream.ImageInputStream pInput)  
    • Field Detail

      • names

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

      • PSDUnicodeAlphaNames

        PSDUnicodeAlphaNames​(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