Skip to content

Instantly share code, notes, and snippets.

View drvarya's full-sized avatar
🎯
Focusing

Dhruv Arya drvarya

🎯
Focusing
View GitHub Profile
package com.learndirect.tutor;
import static com.google.common.base.Charsets.UTF_8;
import static org.apache.commons.codec.binary.Base64.decodeBase64;
import static org.apache.commons.codec.binary.Base64.encodeBase64;
import java.io.ByteArrayInputStream;
import java.io.ByteArrayOutputStream;
import java.io.IOException;
import java.util.Map;