[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Reads all the bytes from the source stream and writes them to the destination stream. [Property] BufferSize=Sets the size of the buffer. This value must be greater than zero. ARG(int)|1|4096 [Methods] doCopyTo=Reads all the bytes from the source stream and writes them to a destination stream, using a specified buffer size. ARG(Stream source, Stream destination, int buffersize)|1|0 onComplete=Occurs after copying a stream. ARG(null)|2|0 onError=If an error occurs, an error message appears. ARG(string)|2|2 Source=Defines a source stream. ARG(Stream)|4|10 Destination=Defines the stream that will contain the contents of the source stream. ARG(Stream)|4|10