public class Utilities
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
entryToAsciiString(Entry entry)
Convert bytes in an Entry to a 7-bit ASCII string.
|
static byte[] |
toByteArray(java.io.InputStream inputStream)
Utility method to read all bytes from an InputStream.
|
public static byte[] toByteArray(java.io.InputStream inputStream)
throws java.io.IOException
java.io.IOExceptionpublic static java.lang.String entryToAsciiString(Entry entry)