Byte Stream Sender
class ByteStreamSender(val info: ByteStreamInfo, destination: StreamDestination<ByteArray>) : BaseStreamSender<ByteArray>
Properties
Functions
Link copied to clipboard
Reads the input stream and sends it to the data stream.
Reads the source and sends it to the data stream.
Link copied to clipboard
Reads the file from filePath and writes it to the data stream.