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, outputSize
public Base64Decoder()
public Base64Decoder(boolean urlSafe)
urlSafe
- True to use URL and filesystem-safe character set, false
otherwise.protected int getBlockLength()
getBlockLength
in class AbstractBaseNDecoder
protected int getBitsPerChar()
getBitsPerChar
in class AbstractBaseNDecoder
Copyright © 2016 JBoss by Red Hat. All rights reserved.