Utility class to sequentially fetch data from byte array. EOF checks included.
Check available bytes
Check EOF condition
Read fixed length bytes
Read 16 bit int (big endian)
Read 8 bit int (big endian)
Read variable length bytes
Read variable length string
Skip bytes
Utility class to sequentially fetch data from byte array. EOF checks included.