Returns the patch data. The data consists of one or more XOR values to apply to the current image data.
The patch data.
Returns the image offset to patch. This is the raw offset value from the allpics file measured in bytes relative to the 96 pixels (48 bytes) wide portrait image. It's recommended to use the [getX] and [getY] methods which converts this offset into pixel coordinates.
The image offset to patch.
The horizontal patch position in pixels relative to the image.
The horizontal patch position.
The vertical patch position in pixels relative to the image.
The vertical update position.
Static
readReads a portrait animation patch from the given reader and returns it. If the end of an animation update
has been reached then null
is returned
The reader to read the animation patch from.
The read portrait animation patch or null
if end of animation update has been reached.
A single portrait animation patch.