public class Base64Decoder extends Object
static class
Base64Decoder.IntWrapper
private static byte[]
decoderMap
Base64Decoder()
static byte[]
decode(byte[] in, int pos, int length)
private static byte
getNextValidByte(byte[] in, Base64Decoder.IntWrapper pos, int maxPos)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
private static byte[] decoderMap
public Base64Decoder()
private static byte getNextValidByte(byte[] in, Base64Decoder.IntWrapper pos, int maxPos)
public static byte[] decode(byte[] in, int pos, int length)
Copyright © 2016, 2023, Oracle and/or its affiliates.