commit | 8019d4141f6b4e4318272c49c6aaebbaccdc69b1 | [log] [tgz] |
---|---|---|
author | Martin Fick <mfick@codeaurora.org> | Thu Feb 13 11:31:04 2020 -0700 |
committer | Sumit LNU <suchawla@codeaurora.org> | Mon Jun 07 10:23:21 2021 +0530 |
tree | 7c20cb7e8f3d368763b3c4aab5952c25f1c24336 | |
parent | 33d28aab6f1492acb6f811c01fed7525cfe0e4d5 [diff] |
Make event serialization encoding more explicit Create a Fs.writeUtf8() method that explicitly writes using UTF8 instead of relying on the default to be UTF8. Also rename the Fs.readFile() method to readUtf8() to make it more obvious that it is deserializing using UTF8 and to make it an obvious counterpart to the new writeUtf8() method. Change-Id: Id270a3f1b8b9dfc86d63f21ad1854b00476f3f87