equal
deleted
inserted
replaced
554 * encoding scheme, writing the results into the given output byte array, |
554 * encoding scheme, writing the results into the given output byte array, |
555 * starting at offset 0. |
555 * starting at offset 0. |
556 * |
556 * |
557 * <p> It is the responsibility of the invoker of this method to make |
557 * <p> It is the responsibility of the invoker of this method to make |
558 * sure the output byte array {@code dst} has enough space for decoding |
558 * sure the output byte array {@code dst} has enough space for decoding |
559 * all bytes from the input byte array. No bytes will be be written to |
559 * all bytes from the input byte array. No bytes will be written to |
560 * the output byte array if the output byte array is not big enough. |
560 * the output byte array if the output byte array is not big enough. |
561 * |
561 * |
562 * <p> If the input byte array is not in valid Base64 encoding scheme |
562 * <p> If the input byte array is not in valid Base64 encoding scheme |
563 * then some bytes may have been written to the output byte array before |
563 * then some bytes may have been written to the output byte array before |
564 * IllegalargumentException is thrown. |
564 * IllegalargumentException is thrown. |