Read from the specified message but do not modify the internal offset. Consecutive calls to peek() will return portions of the message starting at the same position.
the ubyte array to write the peeked message part to
the offset from the current position in message
the number identifying the message to peek from
number of bytes actually peeked and written into output
See Implementation
Read from the specified message but do not modify the internal offset. Consecutive calls to peek() will return portions of the message starting at the same position.