Methods

Open

Open the stream

Close

Close the stream

Read String

Read a string from a stream

Read Line

Read a line from a steam.

Read Byte

Read a single byte from a steam.

Read Until

Read from a stream until a given string is read.

Read Until Silent

Read from a steam until no data has been received for a given time.

Write String

Write a string to the stream

Write Binary Data from string

Write binary data to the stream. The data is taken from a string listing the binary values. To decode the data string a decoder for the specific format must be selected.

Write Text

Write multiple lines of text to the stream

Flush

Flush read/write buffers of the stream

Open TCP Stream

Start listening on a UDP port, and set the destination for data written to this stream.

Write string to UDP receiver

Write a string to a receiver the stream

Read XML

Read an XML element from the stream.

Read Bytes

Write Bytes

Request and wait for response