* Constructor
()
| 50 | * Constructor |
| 51 | */ |
| 52 | constructor () { |
| 53 | super() |
| 54 | |
| 55 | // Create internal bootstring encoder instance |
| 56 | this._bootstringEncoder = new BootstringEncoder() |
| 57 | this._bootstringEncoder.setSettingValues(bootstringSettingValues) |
| 58 | } |
| 59 | |
| 60 | /** |
| 61 | * Performs encode on given content. |
nothing calls this directly
no test coverage detected