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 no buffering. If you want buffering, make sure you use a
java.io.BufferedInputStream and a java.io.BufferedOutputStream.
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.