public class EmojiBase32 extends Object
| Constructor and Description |
|---|
EmojiBase32() |
| Modifier and Type | Method and Description |
|---|---|
static String |
binary2ascii(byte[] os,
int lengthInBits)
Encode binary data into a Base32 string.
|
public static String binary2ascii(byte[] os, int lengthInBits)
os - The byte array containing the binary data. The length
must be at least (lengthInBits + 7) / 8 .lengthInBits - Defines how may bits of the binary data shall be
encoded into a base32 string.Copyright © 2020. All rights reserved.