[Android.Runtime.Register("java/io/SequenceInputStream", DoNotGenerateAcw=true)] public class SequenceInputStream : InputStream
Remarks
Concatenates two or more existing Java.IO.InputStreams. Reads are taken from
the first stream until it ends, then the next stream is used, until the last
stream returns end of file.