org.yecht
Class Base64

java.lang.Object
  extended by org.yecht.Base64

public class Base64
extends Object

Author:
Ola Bini

Constructor Summary
Base64()
           
 
Method Summary
static byte[] dec(Pointer _s, int _len)
           
static byte[] enc(Pointer _s, int _len)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Base64

public Base64()
Method Detail

enc

public static byte[] enc(Pointer _s,
                         int _len)

dec

public static byte[] dec(Pointer _s,
                         int _len)


Copyright © 2013. All Rights Reserved.