Generated by
JDiff

Class com.google.common.io.BaseEncoding

Removed Methods
InputSupplier<InputStream> decodingStream(InputSupplier<? extends Reader>) Returns an {@code InputSupplier} that supplies input streams that decode base-encoded input from readers from the specified supplier.
OutputSupplier<OutputStream> encodingStream(OutputSupplier<? extends Writer>) Returns an {@code OutputSupplier} that supplies streams that encode bytes using this encoding into writers from the specified {@code OutputSupplier}.