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) static GwtWorkarounds.CharOutput |
GwtWorkarounds.asCharOutput(java.io.Writer writer)
Views a
Writer as a CharOutput . |
(package private) static GwtWorkarounds.CharOutput |
BaseEncoding.separatingOutput(GwtWorkarounds.CharOutput delegate,
java.lang.String separator,
int afterEveryChars) |
(package private) static GwtWorkarounds.CharOutput |
GwtWorkarounds.stringBuilderOutput(int initialSize)
Returns a
CharOutput whose toString() method can be used
to get the combined output. |
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) |
(package private) static GwtWorkarounds.CharOutput |
BaseEncoding.separatingOutput(GwtWorkarounds.CharOutput delegate,
java.lang.String separator,
int afterEveryChars) |