CopyStream
function CopyStream(
const Source: IInputStream;
const Dest: IOutputStream;
Count: Int64 = 0;
ReadMode: TReadBuffMode = rmAvailable;
CloseSource: Boolean = False;
CloseDest: Boolean = False): Int64;
Defined in: DSStreams
⏱ Last Modified: Mon 3:43:39 pm