All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.vlkan.hrrs.serializer.base64.Base64Decoder Maven / Gradle / Ivy

There is a newer version: 0.7.1
Show newest version
package com.vlkan.hrrs.serializer.base64;

public interface Base64Decoder {

    byte[] decode(String encodedBytes);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy