public class Base64Encoding extends Object
| Constructor and Description |
|---|
Base64Encoding() |
| Modifier and Type | Method and Description |
|---|---|
static String |
streamToBase64(InputStream stream) |
static String |
streamToBase64(SupplierWithException<InputStream,IOException> open) |
public static String streamToBase64(SupplierWithException<InputStream,IOException> open) throws IOException
IOExceptionpublic static String streamToBase64(InputStream stream) throws IOException
IOExceptionCopyright © 2018. All rights reserved.