| 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) abstract GwtWorkarounds.ByteInput |
BaseEncoding.decodingStream(GwtWorkarounds.CharInput charInput) |
(package private) GwtWorkarounds.ByteInput |
BaseEncoding.StandardBaseEncoding.decodingStream(GwtWorkarounds.CharInput reader) |
(package private) GwtWorkarounds.ByteInput |
BaseEncoding.SeparatedBaseEncoding.decodingStream(GwtWorkarounds.CharInput input) |
| Modifier and Type | Method and Description |
|---|---|
(package private) static java.io.InputStream |
GwtWorkarounds.asInputStream(GwtWorkarounds.ByteInput input)
Views a
ByteInput as an InputStream. |