Class MultiReader

java.lang.Object
java.io.Reader
org.codehaus.commons.io.MultiReader
All Implemented Interfaces:
Closeable, AutoCloseable, Readable

public class MultiReader extends Reader
Similar to FilterReader, but when the first delegate is at end-of-input, it continues with reading from the next delegate.

This Reader does not support MARK.