|
Apache JMeter 1.9 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.jmeter.protocol.http.util.Base64Encoder
This class provides an implementation of Base64 encoding without relying on the the sun.* packages.
Constructor Summary | |
Base64Encoder()
! |
Method Summary | |
static String |
encode(byte[] bs)
! |
static String |
encode(String s)
! |
static 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 |
Constructor Detail |
public Base64Encoder()
Method Detail |
public static final String encode(String s)
s
- !ToDo (Parameter description)
public static final String encode(byte[] bs)
bs
- !ToDo (Parameter description)
public static final String encodeAtom(byte[] b, int strt, int left)
b
- !ToDo (Parameter description)strt
- !ToDo (Parameter description)left
- !ToDo (Parameter description)
|
Apache JMeter 1.9 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |