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

uk.co.mruoc.file.content.ClasspathBase64FileContentLoader Maven / Gradle / Ivy

Go to download

Code library to easily load files and file from the classpath or file system file

The newest version!
package uk.co.mruoc.file.content;

public class ClasspathBase64FileContentLoader extends Base64FileContentLoader {

    public ClasspathBase64FileContentLoader() {
        super(new ClasspathFileContentLoader());
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy