Raw binary payload (for Binary items).
Case-sensitive ASCII key identifying this item.
Whether this item is marked read-only in the tag.
Data type of this item's value.
Decoded text values (for Text/Locator items).
Render this item to bytes.
Returns a human-readable representation of this item's value.
StaticparseParse one APE item starting at offset in data.
Returns the parsed item and how many bytes were consumed, or null on error.
A single APE tag item.
Binary layout: valueLength(4 LE) + flags(4 LE) + key(null-terminated ASCII) + value