Sinotar Base64 Encoder/Decoder
Final Version
Welcome to the Sintoar Base64 Encoder/Decoder!
This is part of Sinotar Algorithm package. It implements Base64 algorithm -- a commly used encoding schema/protocol on the Internet (HTTP, MIME, SMTP, etc.)
Download
Changes
- [10/08/2003] As Javier Rayón (web@jrayon.net) suggested, we improve performance of encode() method by using StringBuffer instead of String class.
System Requirements
- This package release requires you to have JDK or JRE installed (1.2 or later).
Code Example
No example. It should be simple enough to use. If you need assistant, please email us for free support.
To use the class, simply include base64.jar in your classpath, and usage is demonstrated below (please refer to the source code for details):
import com.sinotar.algorithm.Base64;
public class Demo {
...
String encodedString = Base64.encode(...);
byte[] decodedBytes = Base64.decode(...);
..
}
API Document
Licensing Information
This class is released free for personal use. Check the Personal Use Licensing Terms for terms and conditions governing the use of this package. To accquire commercial license for using this package, please write to sinotar@sinotar.com.
Reporting Problems
If you encounter problems while using this package, please submit a bug report to sinotar@sinotar.com.
Keeping in Touch
If you have comments or feedback on Sinotar software products, please send them to sinotar@sinotar.com.
Sinotar Software Group
(c) All Rights Reserved.
http://www.sinotar.com/