Subversion Repositories SmartDukaan

Rev

Rev 9103 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 9103 Rev 9269
Line 1... Line 1...
1
package in.shop2020.serving.utils.ebs;
1
package in.shop2020.mobileapi.serving.utils.ebs;
2
 
2
 
3
import java.io.ByteArrayOutputStream;
3
import java.io.ByteArrayOutputStream;
4
 
4
 
5
/**
5
/**
6
 * This class contains two static methods for Base64 encoding and decoding.
6
 * This class contains two static methods for Base64 encoding and decoding.