Packages

 

com.aspose.imaging.fileformats.psd.layers.layerresources.typetoolinfostructures

Class AliasStructure



  • public final class AliasStructure
    extends OSTypeStructure

    The alias structure.

    • Field Detail

      • STRUCTURE_KEY

        public static final int STRUCTURE_KEY

        Identifies the structure key.

        See Also:
        Constant Field Values
    • Constructor Detail

      • AliasStructure

        public AliasStructure(ClassID keyName)

        Initializes a new instance of the AliasStructure class.

        Parameters:
        keyName - The key name.
    • Method Detail

      • getDataLength

        public int getDataLength()

        Gets the exact data length in bytes.

        Value: The data length in bytes.
      • getFullPath

        public String getFullPath()

        Gets or sets the full path.

        Value: The full path.
      • setFullPath

        public void setFullPath(String value)
      • getLength

        public int getLength()

        Gets the OSTypeStructure length in bytes.

        Specified by:
        getLength in class OSTypeStructure