org.dcm4che2.io
Class SAXReader

java.lang.Object
  extended by org.dcm4che2.io.SAXReader

public class SAXReader
extends java.lang.Object

Since:
Oct 13, 2005
Version:
$Reversion$ $Date: 2005-10-19 02:12:44 +0200 (Wed, 19 Oct 2005) $
Author:
gunter zeilinger(gunterze@gmail.com)

Constructor Summary
SAXReader(java.io.File file)
           
 
Method Summary
 DicomObject readDicomObject()
           
 void readDicomObject(DicomObject dcmObj)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SAXReader

public SAXReader(java.io.File file)
          throws javax.xml.parsers.ParserConfigurationException,
                 org.xml.sax.SAXException
Throws:
javax.xml.parsers.ParserConfigurationException
org.xml.sax.SAXException
Method Detail

readDicomObject

public void readDicomObject(DicomObject dcmObj)
                     throws org.xml.sax.SAXException,
                            java.io.IOException
Throws:
org.xml.sax.SAXException
java.io.IOException

readDicomObject

public DicomObject readDicomObject()
                            throws org.xml.sax.SAXException,
                                   java.io.IOException
Throws:
org.xml.sax.SAXException
java.io.IOException


Copyright © 2011 dcm4che. All Rights Reserved.