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.ByteOutput |
BaseEncoding.encodingStream(GwtWorkarounds.CharOutput charOutput) |
(package private) GwtWorkarounds.ByteOutput |
BaseEncoding.StandardBaseEncoding.encodingStream(GwtWorkarounds.CharOutput out) |
(package private) GwtWorkarounds.ByteOutput |
BaseEncoding.SeparatedBaseEncoding.encodingStream(GwtWorkarounds.CharOutput output) |
Modifier and Type | Method and Description |
---|---|
(package private) static java.io.OutputStream |
GwtWorkarounds.asOutputStream(GwtWorkarounds.ByteOutput output)
Views a
ByteOutput as an OutputStream . |