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.CharInput |
GwtWorkarounds.asCharInput(java.lang.CharSequence chars)
Views a
CharSequence as a CharInput . |
(package private) static GwtWorkarounds.CharInput |
GwtWorkarounds.asCharInput(java.io.Reader reader)
Views a
Reader as a CharInput . |
(package private) static GwtWorkarounds.CharInput |
BaseEncoding.ignoringInput(GwtWorkarounds.CharInput delegate,
CharMatcher toIgnore) |
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) |
(package private) static GwtWorkarounds.CharInput |
BaseEncoding.ignoringInput(GwtWorkarounds.CharInput delegate,
CharMatcher toIgnore) |