Open the stream
Close the stream
Read a string from a stream
Read a line from a steam.
Read a single byte from a steam.
Read from a stream until a given string is read.
Read from a steam until no data has been received for a given time.
Write a string to the stream
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 multiple lines of text to the stream
Flush read/write buffers of the stream
. To decode the data string a decoder for the specific format must be selected.
Read an XML element from the stream.