Package | Description |
---|---|
com.google.common.io |
This package contains utility methods and classes for working with Java I/O;
for example input streams, output streams, readers, writers, and files.
|
Modifier and Type | Method and Description |
---|---|
(package private) byte[] |
BaseEncoding.decodeChecked(java.lang.CharSequence chars)
Decodes the specified character sequence, and returns the resulting
byte[] . |