• + 0 comments

    In Java you could use byte, since it is signed. In C# byte is an unsigned type and not appropriate.

    To store the numbers you really only need 7 bits, but there's little use in packing these arrays.