com.atlassian.user.util
Class Base64Encoder

java.lang.Object
  extended bycom.atlassian.user.util.Base64Encoder

public final class Base64Encoder
extends java.lang.Object

Copied across from OSUser


Constructor Summary
Base64Encoder()
           
 
Method Summary
static byte[] decode(byte[] data)
           
static int decode(byte[] ret, int ret_off, byte a, byte b, byte c, byte d)
           
static byte[] encode(byte[] data)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Base64Encoder

public Base64Encoder()
Method Detail

decode

public static byte[] decode(byte[] data)

decode

public static int decode(byte[] ret,
                         int ret_off,
                         byte a,
                         byte b,
                         byte c,
                         byte d)

encode

public static byte[] encode(byte[] data)


Copyright © 2005-2008 Atlassian Software Systems Pty Ltd. All Rights Reserved.