$position
$position : integer
Class GifByteStream Normalize string operations.
Treat string as byte stream where 2 string characters are treated as 1 hex string (byte). Eg. String ffff with length 4 is 0xff 0xff in bytes with length of 2.
Loading…