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

org.jcamp.parser.ISpectrumJCAMPWriter Maven / Gradle / Ivy

package org.jcamp.parser;

import org.jcamp.spectrum.Spectrum;
/**
 * writer for spectrums as JCAMP
 * @author Thomas Weber
 */
public interface ISpectrumJCAMPWriter {
    String toJCAMP(Spectrum spectrum) throws JCAMPException;
    String toSimpleJCAMP(Spectrum spectrum) throws JCAMPException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy