| Package | Description |
|---|---|
| iaik.ixsil.util |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
Utils.absolutizePath(java.lang.String basePath,
java.lang.String candidatePath,
char separatorChar)
Absolutizes a specified candidate path using a specified base path and a specified separator character.
|
static byte[] |
Utils.base64Decode(byte[] encodedData)
Transforms the specified base64 encoded data into the corresponding plain data.
|
static byte[] |
Utils.base64Encode(byte[] plainData)
Transforms the specified plain data into base64 encoded data.
|
static byte[] |
Utils.readFromInputStream(java.io.InputStream inputStream)
Reads from the specified InputStream until EOF is detected.
|
static char[] |
Utils.readFromReader(java.io.Reader reader)
Reads from the specified character stream until the end of the stream is detected.
|