
io.virtdata.docsys.metafs.fs.renderfs.api.TemplateCompiler Maven / Gradle / Ivy
package io.virtdata.docsys.metafs.fs.renderfs.api;
import java.nio.ByteBuffer;
import java.util.function.Function;
/**
* A template compiler is any type of transform which knows how
* to create a renderer from an image of bytes.
*/
public interface TemplateCompiler extends Function {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy