IPWorks WebSockets 2020 Java Edition

Questions / Feedback?

SetReceiveStream Method

Sets the stream to which received data will be written.

Syntax

public void setReceiveStream(java.io.OutputStream receiveStream);

Remarks

This method sets the stream to which received data will be written. The stream should be open and normally set to position 0. The class will write all incoming data to this stream. The downloaded content will be written starting at the current position in the stream.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks WebSockets 2020 Java Edition - Version 20.0 [Build 8155]