Closed pleonex closed 9 years ago
Hex editor and dissasembler need a transparent way to get data (read) and to set data (write). Since, this data can be from the RAM memory or from a file, there must be an interface and implementations to make that transparent.
Implemented in #35 inheriting from Stream base class.
Hex editor and dissasembler need a transparent way to get data (read) and to set data (write). Since, this data can be from the RAM memory or from a file, there must be an interface and implementations to make that transparent.