Node | Description |
---|---|
byte-address-first | Returns the address of the specified byte in the buffer (you can check part of the buffer by specifying a start-of-length limit in "first"). If the byte is repeated in the buffer, outputs the first of the addresses. If the specified byte is not in the buffer, outputs -1. |
byte-address-last | Returns the address of the specified byte in the buffer (you can check part of the buffer by specifying an end-of-length limit in "last"). If a byte is repeated in the buffer, output the last of the addresses. If the specified byte is not in the buffer, outputs -1. |
example-1 | No description |
example-2 | No description |