If I have an array of 1s and 0s, how can I pack them into an array of bytes (8 bits)? Thanks.
- Re: How to convert an array of bits into an array of bytes? Van626
If I have an array of 1s and 0s, how can I pack them into an array of bytes (8 bits)? Thanks.