org.jcamp.parser.ISpectrumJCAMPWriter Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jcamp-dx Show documentation
Show all versions of jcamp-dx Show documentation
The JCAMP-DX project is the reference implemention of the IUPAC JCAMP-DX spectroscopy data standard.
The newest version!
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