Reading a lot of integers from a byteArray

Integers can be stored as 5byte values to save bytes. This however can make it slow to read all those integers afterwards. This is a test to show a horribly complex way to read them just a little faster.