org.apache.jmeter.protocol.http.util

Class Base64Encoder


public final class Base64Encoder
extends Object

This class provides an implementation of Base64 encoding without relying on the the sun.* packages.
Version:
$Revision: 674365 $

Method Summary

static String
encode(String s)
static String
encode(byte[] bs)
static String
encodeAtom(byte[] b, int strt, int left)

Method Details

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.