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

Interface Summary
InputSupplier<T> An factory for readable streams of bytes or characters.
OutputSupplier<T> An factory for writable streams of bytes or characters.
 

Class Summary
Characters 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.