SceneGate / Yarhl

Framework for the implementation of format converters like game assets or media files
https://scenegate.github.io/Yarhl/
MIT License
60 stars 10 forks source link

Rename TextReader and TextWriter to TextDataReader and TextDataWriter #162

Closed pleonex closed 3 years ago

pleonex commented 3 years ago

Description

Rename TextReader and TextWriter to TextDataReader and TextDataWriter. This avoids name conflict with System.IO classes. Especially after the goal to be compatible with System.IO (#158).