If it fails, the return value is negative. To determine the position where the parse failed, apply the one's complement operator (~) on the return value. @param bucket field are saved into this, not null @param text the text to parse, not null @param position position to start parsing from @return new position, negative value means parse failed -apply complement operator (~) to get position of failure @throws IllegalArgumentException if any field is out of range
|
|