Generated by
JDiff

Class com.google.common.io.BaseEncoding

Changed Methods
InputStream decodingStream(Reader) Changed from non-abstract to abstract. Change from final to non-final.
Returns an {@code InputStream} that decodes base-encoded input from the specified {@code Reader}.
OutputStream encodingStream(Writer) Changed from non-abstract to abstract. Change from final to non-final.
Returns an {@code OutputStream} that encodes bytes using this encoding into the specified {@code Writer}.