gov.nist.microanalysis.EPQTools
Class WriteSpectrumAsCSV
java.lang.Object
gov.nist.microanalysis.EPQTools.WriteSpectrumAsCSV
public class WriteSpectrumAsCSV
- extends java.lang.Object
Write an object that implements the ISpectrumData interface to a comma
separated values text file.
Copyright: Pursuant to title 17 Section 105 of the United States Code this
software is not subject to copyright protection and is in the public domain
Company: National Institute of Standards and Technology
- Version:
- 1.0
- Author:
- Nicholas W. M. Ritchie
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WriteSpectrumAsCSV
public WriteSpectrumAsCSV()
write
public static void write(ISpectrumData spec,
java.io.OutputStream os)
throws EPQException
- Throws:
EPQException