com.atlassian.user.util
Class Base64Encoder
java.lang.Object
com.atlassian.user.util.Base64Encoder
- public final class Base64Encoder
- extends java.lang.Object
Copied across from OSUser
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 |
Base64Encoder
public Base64Encoder()
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-2007 Atlassian Software Systems Pty Ltd. All Rights Reserved.