Copy the input stream to an output stream, stopping on EOF.
Copy the input stream to an output stream, stopping on EOF. This method does not close either stream.
the output stream
the input stream to wrap
Read up to max items from the reader.
Read up to max items from the reader.
maximum number of items to read
a list of the items
Provides additional methods, over and above those already present in the Java
InputStreamclass. Theimplicitsobject contains implicit conversions betweenRichInputStreamandInputStream.