public class Streams extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
close(Closeable closeable) |
static byte[] |
toByteArray(InputStream input) |
static String |
toString(InputStream input) |
public static byte[] toByteArray(InputStream input)
public static String toString(InputStream input) throws UnsupportedEncodingException
UnsupportedEncodingExceptionpublic static void close(Closeable closeable)
Copyright 2022 OneSpan All rights reserved.