Go to the first, previous, next, last section, table of contents.


readStreamByte

Function: readStreamByte { stream -> byte who }
file: job.t
package: muf
status: alpha

This function accepts a stream, and returns as an integer the next byte from the stream, plus the actingUser who wrote the byte into the stream.

If no input is available, the job blocks until something arrives, unless both stream$s.dead and @$s.readNilFromDeadStreams are non-nil, in which case nil is returned.

See section readStreamChar. See section readByte.


Go to the first, previous, next, last section, table of contents.