org.apache.jmeter.protocol.http.util
Class Base64Encoder
public final class Base64Encoder
This class provides an implementation of Base64 encoding without relying on
the the sun.* packages.
static String | encode(String s)
|
static String | encode(byte[] bs)
|
static String | encodeAtom(byte[] b, int strt, int left)
|
encode
public static final String encode(String s)
encode
public static final String encode(byte[] bs)
encodeAtom
public static final String encodeAtom(byte[] b,
int strt,
int left)
Copyright © 1998-2010 Apache Software Foundation. All Rights Reserved.