Return the MatcherInput for UTF_8 encoding.
(byte[] bytes)
| 29 | * Return the MatcherInput for UTF_8 encoding. |
| 30 | */ |
| 31 | static MatcherInput utf8(byte[] bytes) { |
| 32 | return new Utf8MatcherInput(bytes); |
| 33 | } |
| 34 | |
| 35 | /** |
| 36 | * Return the MatcherInput for UTF_8 encoding. |
no outgoing calls