public class MyB64
extends java.lang.Object
Constructor and Description |
---|
MyB64() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
getUUencodedString(byte[] bytes)
Gets a java String holding the SIRA_PRISE UU String from a given byte array
|
static java.lang.String |
getUUEncodedString(java.nio.ByteBuffer buffer)
Gets a java String holding the SIRA_PRISE UU String from a given ByteBuffer
|
public static java.lang.String getUUencodedString(byte[] bytes)
bytes
- The input byte arraypublic static java.lang.String getUUEncodedString(java.nio.ByteBuffer buffer)
buffer
- the input ByteBuffer