Next: mpg-ref-put_char, Previous: mpg-ref-public, Up: mpg-bpr [Contents][Index]
put_byte/[1,2]
ISOput_byte(+Byte)
put_byte(+Stream, +Byte)
Writes the byte Byte to Stream.
stream_object, must be ground
A valid output binary stream, defaults to the current output stream.
byte, must be nonvar
Stream errors (see ref-iou-sfh-est), plus:
instantiation_error
type_error
Byte is not a byte.
permission_error
There is an error in the bottom layer of write function of the stream.
type_error
Byte is not a byte