mirror of
https://github.com/KeymonSoft/AdditionalLibs.git
synced 2026-04-18 03:39:23 +00:00
26 lines
872 B
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>
|