public class Bits extends Object
| Constructor and Description |
|---|
Bits() |
| Modifier and Type | Method and Description |
|---|---|
static int[] |
getBits(byte[] mBytes) |
static int[] |
getBits(DataInput dataIn,
int byteLength)
This method might be better described as
"byte array to int array" or "data input to int array"
|
public static int[] getBits(byte[] mBytes)
throws IOException
IOExceptionpublic static int[] getBits(DataInput dataIn, int byteLength) throws IOException
IOExceptionCopyright © 2018 AddThis. All rights reserved.