This stream may enter into an EOF state, returning -1 from any of the read methods, and then later successfully read additional bytes if a new InputStream is added after reaching EOF.
Currently this stream does not support the mark/reset APIs. If mark and later reset functionality is needed the caller should wrap this stream with a {@link java.io.BufferedInputStream}.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|