Stream.copyFrom

Copy a specified number of bytes from the given stream into this one. This may throw ReadException or WriteException on failure. Unlike the previous form, this doesn't restore the file position of s.

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

Meta