Files
AdditionalLibs/B4J/CompressStrings.xml

26 lines
872 B
XML

<?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>