Package com.google.gdata.util.common.io

Interface Summary
InputSupplier<T> An factory for readable streams of bytes or characters.
LineProcessor<T> A callback to be used with the streaming readLines methods.
OutputSupplier<T> An factory for writable streams of bytes or characters.
 

Class Summary
Characters Provides utility methods for working with character streams.
CharStreams Provides utility methods for working with character streams.
Closeables Utility methods for working with Closeable objects.
Flushables Utility methods for working with Flushable objects.
LineReader A class for reading lines of text.