Sets the uniqueStrings property. If true (the default), the encoder tries to write each unique string only once. This saves space but makes the encoder slightly slower. */
| 36 | /** Sets the uniqueStrings property. If true (the default), the encoder tries to write |
| 37 | each unique string only once. This saves space but makes the encoder slightly slower. */ |
| 38 | void uniqueStrings(bool b) {_uniqueStrings = b;} |
| 39 | |
| 40 | /** Sets the base Fleece data that the encoded data will be (logically) appended to. |
| 41 | Any writeValue() calls whose Value points into the base data will be written as |
no outgoing calls
no test coverage detected