skip If Found
Skips the specified byteString in the ByteReadChannel if it is found at the current position.
Return
Returns true if the byteString was found and skipped, otherwise returns false.
Parameters
byte String
The ByteString to look for and skip if found.