Class CommonPictureManifestEntryData


  • public class CommonPictureManifestEntryData
    extends Object
    Common Picture manifest entry data. Includes image data and direction variant.
    • Constructor Detail

      • CommonPictureManifestEntryData

        public CommonPictureManifestEntryData​(byte[] imageData,
                                              PictureDirectionVariant direction)
        Creates picture manifest entry data
        Parameters:
        imageData - image data byte array, can be null
        direction - picture direction, can be null
    • Method Detail

      • getImageData

        public byte[] getImageData()
        Gets image data byte array from current manifest entry data.
        Returns:
        the imageData, can be null
      • setImageData

        public void setImageData​(byte[] imageData)
        Sets image data byte array for current manifest entry data.
        Parameters:
        imageData - the imageData to set, can be null
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object