Number of bytes in the string. This is NOT the number of 16-bit chars or code points in the string. This is named `size` instead of `length` to avoid collision withs the `CharSequence` interface.
()
| 122 | * This is named `size` instead of `length` to avoid collision withs the `CharSequence` interface. |
| 123 | */ |
| 124 | int size(); |
| 125 | |
| 126 | /** |
| 127 | * Number of bytes contiguously addressable bytes at the end of the sequence. |
no outgoing calls