* Returns the amount of bytes. * @return {number} Amount of bytes
()
| 327 | * @return {number} Amount of bytes |
| 328 | */ |
| 329 | getSize () { |
| 330 | return this.getBytes().length |
| 331 | } |
| 332 | |
| 333 | /** |
| 334 | * Returns true, if text encoding is needed before returning the string or |
no test coverage detected