public final class BitUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static byte |
toByte(String bits) |
static byte[] |
toSignedBitArray(byte b) |
static String |
toSignedBitStr(byte b) |
static byte[] |
toUnsignedBitArray(byte b) |
static String |
toUnsignedBitStr(byte b) |
public static byte[] toUnsignedBitArray(byte b)
public static byte[] toSignedBitArray(byte b)
public static String toUnsignedBitStr(byte b)
public static String toSignedBitStr(byte b)
public static byte toByte(String bits)
Copyright © 2019. All rights reserved.