Transfers the entire contents of this stream to the specified target. @param target to write to. @return number of bytes written.
(OutputStream target)
| 37 | * @return number of bytes written. |
| 38 | */ |
| 39 | int drainTo(OutputStream target) throws IOException; |
| 40 | } |
no outgoing calls