* Returns byte encoding this chain has been created with. * @return {string} Byte encoding
()
| 421 | * @return {string} Byte encoding |
| 422 | */ |
| 423 | getEncoding () { |
| 424 | return this._encoding |
| 425 | } |
| 426 | |
| 427 | /** |
| 428 | * Returns true if the content of given chains is equal. |