@FunctionalInterface public interface StopCharTester
Modifier and Type | Method and Description |
---|---|
default @NotNull StopCharTester |
escaping() |
boolean |
isStopChar(int ch)
Detect which byte stops the string to be parsed
|
boolean isStopChar(int ch)
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.@NotNull default @NotNull StopCharTester escaping()
Copyright © 2020. All rights reserved.