public final class SMFBase64Lines extends Object
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
fromBase64Lines(List<String> lines)
Parse binary data from the given lines of Base64 encoded data.
|
static List<String> |
toBase64Lines(byte[] data)
Serialize the given binary data into lines of at most 72 characters
of Base64 text.
|
Copyright © 2017 <code@io7m.com> http://io7m.com