Convert a byte into a boolean array of length 4 in Java

Posted by Agrajag9 on Stack Overflow See other posts from Stack Overflow or by Agrajag9
Published on 2010-06-17T00:35:31Z Indexed on 2010/06/17 0:42 UTC
Read the original article Hit count: 149

Filed under:

I need to convert a byte into an array of 4 booleans in Java. How might I go about this?

© Stack Overflow or respective owner

Related posts about java