* The name this codec goes by - should match the string the factory will take to create it */
| 36 | * The name this codec goes by - should match the string the factory will take to create it |
| 37 | */ |
| 38 | const char* Name() override { return "UTF-8"; } |
| 39 | |
| 40 | /** |
| 41 | * Iterate through the sequence represented by the stream assigning the result |
no outgoing calls