public class Base32 extends Object implements org.apache.commons.codec.BinaryDecoder, org.apache.commons.codec.BinaryEncoder
| Constructor and Description |
|---|
Base32() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
decode(byte[] arg0) |
Object |
decode(Object object) |
static byte[] |
decodeBase32(byte[] arg0) |
byte[] |
encode(byte[] arg0) |
Object |
encode(Object object) |
static byte[] |
encodeBase32(byte[] arg0) |
public static byte[] encodeBase32(byte[] arg0)
public static byte[] decodeBase32(byte[] arg0)
public byte[] decode(byte[] arg0)
throws org.apache.commons.codec.DecoderException
decode in interface org.apache.commons.codec.BinaryDecoderorg.apache.commons.codec.DecoderExceptionpublic byte[] encode(byte[] arg0)
throws org.apache.commons.codec.EncoderException
encode in interface org.apache.commons.codec.BinaryEncoderorg.apache.commons.codec.EncoderExceptionpublic Object decode(Object object) throws org.apache.commons.codec.DecoderException
decode in interface org.apache.commons.codec.Decoderorg.apache.commons.codec.DecoderExceptionCopyright © 2007-2012. All Rights Reserved.