mirror of
https://github.com/KeymonSoft/AdditionalLibs.git
synced 2026-04-18 03:39:23 +00:00
Commit inicial
This commit is contained in:
25
B4A/CompressStrings.xml
Normal file
25
B4A/CompressStrings.xml
Normal 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>
|
||||
Reference in New Issue
Block a user