@FunctionalInterface public interface StopCharsTester
Modifier and Type | Method and Description |
---|---|
default @NotNull StopCharsTester |
escaping() |
boolean |
isStopChar(int ch,
int ch2)
Detect which byte or bytes stops the string to be parsed
|
boolean isStopChar(int ch, int ch2)
This should be changed to support char instead.
Note: for safety reasons, you should stop on a 0 byte or throw an IllegalStateException.
ch
- to test, 0 should return true or throw an exception.ch2
- to test, 0 should return true or throw an exception.@NotNull default @NotNull StopCharsTester escaping()
Copyright © 2020. All rights reserved.