Stream.copyFrom

Copies all data from s into this stream. This may throw ReadException or WriteException on failure. This restores the file position of s so that it is unchanged.

  1. void copyFrom(Stream s)
    class Stream
    void
    copyFrom
  2. void copyFrom(Stream s, ulong count)

Meta