Next: mpg-ref-skip_char, Previous: mpg-ref-simple, Up: mpg-bpr [Contents][Index]
skip_byte/[1,2]
skip_byte(+Byte)
skip_byte(+Stream, +Byte)
read up to and including the first occurrence of Byte on the current input stream or on the input stream Stream.
stream_object, must be ground
A valid input binary stream, defaults to the current input stream.
byte
Stream errors (see ref-iou-sfh-est), plus:
type_error
Byte is an invalid byte.
permission_error
Trying to read beyond end of Stream
type_error
Byte is not a byte