public class Base64Decoder extends AbstractBaseNDecoder
| Constructor and Description |
|---|
Base64Decoder()
Creates a new instance that decodes base 64-encoded input in the default
character set.
|
Base64Decoder(boolean urlSafe)
Creates a new instance that decodes base 64-encoded input in the optional
URL-safe character set.
|
| Modifier and Type | Method and Description |
|---|---|
protected int |
getBitsPerChar() |
protected int |
getBlockLength() |
decode, finalize, outputSizepublic Base64Decoder()
public Base64Decoder(boolean urlSafe)
urlSafe - True to use URL and filesystem-safe character set, false
otherwise.protected int getBlockLength()
getBlockLength in class AbstractBaseNDecoderprotected int getBitsPerChar()
getBitsPerChar in class AbstractBaseNDecoderCopyright © 2016 JBoss by Red Hat. All rights reserved.