? SequenceReader
java.lang.Object
java.io.Reader
org.apache.commons.io.input.SequenceReader
- ????????:
Closeable
,AutoCloseable
,Readable
Provides the contents of multiple Readers in sequence.
- ???????:
- 2.7
-
????
-
?????
????????SequenceReader
(Reader... readers) Construct a new instance with readersSequenceReader
(Iterable<? extends Reader> readers) Construct a new instance with readers -
????
??????? java.io.Reader
mark, markSupported, nullReader, read, read, ready, reset, skip, transferTo
-
???????
-
SequenceReader
Construct a new instance with readers- ??:
readers
- the readers to read
-
SequenceReader
Construct a new instance with readers- ??:
readers
- the readers to read
-
-
??????
-
close
- ???:
close
????AutoCloseable
- ???:
close
????Closeable
- ???:
close
???Reader
- ??:
IOException
-
read
- ??:
read
???Reader
- ??:
IOException
-
read
- ???:
read
???Reader
- ??:
IOException
-