Commit inicial

This commit is contained in:
2024-03-18 19:25:08 -06:00
commit 5a89c50ef2
161 changed files with 26070 additions and 0 deletions

25
B4J/CompressStrings.xml Normal file
View File

@@ -0,0 +1,25 @@
<?xml version="1.0" encoding="UTF-8"?>
<root>
<doclet-version-NOT-library-version>1.07</doclet-version-NOT-library-version>
<class>
<name>de.donmanfred.GZipStringswrapper</name>
<shortname>GZipStrings</shortname>
<owner>process</owner>
<method>
<name>compress</name>
<comment></comment>
<returntype>byte[]</returntype>
<parameter>
<name>data</name>
<type>java.lang.String</type>
</parameter>
</method>
</class>
<version>0.01</version>
<comment>Compress a Srring and return the Bytes.
You should use StringUtils to convert the bytes to Base64
To decrypt it is enough to convert the base64 to bytes again.
Use ByteConverter to get the String back from the Bytes.</comment>
<author>DonManfred</author>
</root>