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

de.bottlecaps.railroad.core.PngTranscoder Maven / Gradle / Ivy

package de.bottlecaps.railroad.core;
import java.io.OutputStream;

import net.sf.saxon.s9api.XdmNode;

public interface PngTranscoder
{
  void transcode(XdmNode e, OutputStream o) throws Exception;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy