public class Base64Decoder extends Object implements Decoder<byte[],byte[]>
static Base64Decoder
INSTANCE
Base64Decoder()
byte[]
decode(byte[] in)
decode(byte[] in, int pos, int length)
boolean
isBase64Code(byte octet)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static Base64Decoder INSTANCE
public Base64Decoder()
public byte[] decode(byte[] in)
decode
Decoder<byte[],byte[]>
in
public byte[] decode(byte[] in, int pos, int length)
pos
length
public boolean isBase64Code(byte octet)
octet
Copyright © 2023. All rights reserved.