Apache JMeter

org.apache.jmeter.protocol.http.util
Class Base64Encoder

java.lang.Object
  extended by org.apache.jmeter.protocol.http.util.Base64Encoder

public final class Base64Encoder
extends java.lang.Object

This class provides an implementation of Base64 encoding without relying on the the sun.* packages.

Version:
$Revision: 674365 $

Method Summary
static java.lang.String encode(byte[] bs)
           
static java.lang.String encode(java.lang.String s)
           
static java.lang.String encodeAtom(byte[] b, int strt, int left)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

encode

public static final java.lang.String encode(java.lang.String s)

encode

public static final java.lang.String encode(byte[] bs)

encodeAtom

public static final java.lang.String encodeAtom(byte[] b,
                                                int strt,
                                                int left)

Apache JMeter

Copyright © 1998-2010 Apache Software Foundation. All Rights Reserved.