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

org.gjt.xpp.XmlWritable Maven / Gradle / Ivy

package org.gjt.xpp;

import java.io.IOException;
import java.io.Writer;

public interface XmlWritable {
  void writeXml(Writer paramWriter) throws IOException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy