public interface StopCharTester
| Modifier and Type | Method and Description |
|---|---|
boolean |
isStopChar(int ch)
Detect which byte stops the string to be parsed
This should be changed to support char instead.
|
boolean isStopChar(int ch)
throws IllegalStateException
ch - to test, 0 should return true or throw an exception.IllegalStateException - if an invalid character like 0 was detected.Copyright © 2014. All Rights Reserved.