Packages

 

com.aspose.psd.fileformats.psd.resources

Class UnknownResource



  • public final class UnknownResource
    extends ResourceBlock

    The unknown resource. When a resource block is not recognized then this resource block is created.

    • Method Detail

      • getData

        public final byte[] getData()

        Gets the resource data.

        Value: The resource data.
      • getDataSize

        public int getDataSize()

        Gets the resource data size in bytes.

        Value: The resource data size.
        Specified by:
        getDataSize in class ResourceBlock
      • getMinimalVersion

        public int getMinimalVersion()

        Gets the minimal required psd version.

        Value: The minimal psd version.
        Specified by:
        getMinimalVersion in class ResourceBlock