Packages

 

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

Class RawDataStructure



  • public final class RawDataStructure
    extends OSTypeStructure

    The raw data structure.

    • Field Detail

      • StructureKey

        public static final int StructureKey

        Identifies the structure key.

        See Also:
        Constant Field Values
    • Constructor Detail

      • RawDataStructure

        public RawDataStructure(ClassID keyName)

        Initializes a new instance of the RawDataStructure class.

        Parameters:
        keyName - The key name.
    • Method Detail

      • getData

        public final byte[] getData()

        Gets or sets the data.

        Value: The data.
      • setData

        public final void setData(byte[] value)

        Gets or sets the data.

        Value: The data.