1
0
mirror of https://github.com/borgesdan/xn65 synced 2024-12-29 21:54:47 +01:00

Adiciona um TODO em BinaryReader

This commit is contained in:
Danilo Borges Santos 2024-12-09 10:43:55 -03:00
parent 764184341a
commit 5e4bab9b06

View File

@ -13,6 +13,8 @@ namespace csharp {
* Also the reading of primitives was modified.
*/
//TODO: ReadString and ReadChar as it only reads ASCII characters
//The BinaryReader class uses byte encodings, by default UTF8
class BinaryReader {
public: