Class CharStreams

java.lang.Object
com.google.common.io.CharStreams

@GwtIncompatible public final class CharStreams extends Object
Provides utility methods for working with character streams.

Some of the methods in this class take arguments with a generic type of Readable & Closeable. A Reader implements both of those interfaces. Similarly for Appendable & Closeable and Writer.

Since:
1.0
Author:
Chris Nokleberg, Bin Zhu, Colin Decker