Returns the length of this input. The length is the number of bytes in or ECIs in the sequence. @return the number of chars in this sequence
()
| 30 | * @return the number of {@code char}s in this sequence |
| 31 | */ |
| 32 | int length(); |
| 33 | |
| 34 | /** |
| 35 | * Returns the {@code byte} value at the specified index. An index ranges from zero |
no outgoing calls