Search:

Type: Posts; User: angstrem

Search: Search took 0.09 seconds.

  1. Replies
    3
    Views
    1,228

    Re: How to read file into n-bit array

    Is it so difficult, for example, to create a separate class to deal with that data type?
  2. Replies
    3
    Views
    1,228

    Re: How to read file into n-bit array

    There's not 'bit' datatype in Java. Hence, if you really want to use bits, you'll have to use bytes or booleans or chars or String or something (though booleans' size is 1 byte (or even bigger, I've...
Results 1 to 2 of 2