Packages

 

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

Class RawDataStructure



  • public final class RawDataStructure
    extends OSTypeStructure

    The raw data structure.

    • Field Detail

      • STRUCTURE_KEY

        public static final int STRUCTURE_KEY

        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 byte[] getData()

        Gets or sets the data.

        Value: The data.
      • setData

        public void setData(byte[] value)
      • getLength

        public int getLength()

        Gets the OSTypeStructure length in bytes.

        Specified by:
        getLength in class OSTypeStructure