'Declaration
Public Overloads Shared Function StreamContentCopy( _ ByVal sourceStream As Stream, _ ByVal destinationStream As Stream _ ) As Long
public static long StreamContentCopy( Stream sourceStream, Stream destinationStream )
Parameters
- sourceStream
- The Stream to read from Position 0, restoring its original Position when completed.
- destinationStream
- The Stream to write into, which will be advanced by the number of bytes written
Return Value
The total number of bytes copied.