|
@@ -3,7 +3,7 @@
|
|
* Company: Lynar Studios
|
|
* Company: Lynar Studios
|
|
* E-Mail: webmaster@lynarstudios.com
|
|
* E-Mail: webmaster@lynarstudios.com
|
|
* Created: 2022-01-03
|
|
* Created: 2022-01-03
|
|
- * Changed: 2023-05-15
|
|
|
|
|
|
+ * Changed: 2024-05-24
|
|
*
|
|
*
|
|
* */
|
|
* */
|
|
|
|
|
|
@@ -17,6 +17,10 @@
|
|
#include <unordered_map>
|
|
#include <unordered_map>
|
|
#include <vector>
|
|
#include <vector>
|
|
|
|
|
|
|
|
+/*
|
|
|
|
+ * @class(name: 'Base64', package: 'Encoding')
|
|
|
|
+ * */
|
|
|
|
+
|
|
namespace ls::std::encoding
|
|
namespace ls::std::encoding
|
|
{
|
|
{
|
|
class LS_STD_DYNAMIC_GOAL Base64 : public ls::std::core::interface_type::IEncoding
|
|
class LS_STD_DYNAMIC_GOAL Base64 : public ls::std::core::interface_type::IEncoding
|