gov.nist.microanalysis.EPQTools
Class WriteSpectrumAsCSV

java.lang.Object
  extended by 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

Constructor Summary
WriteSpectrumAsCSV()
           
 
Method Summary
static void write(ISpectrumData spec, java.io.OutputStream os)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WriteSpectrumAsCSV

public WriteSpectrumAsCSV()
Method Detail

write

public static void write(ISpectrumData spec,
                         java.io.OutputStream os)
                  throws EPQException
Throws:
EPQException