org.dcm4che2.net
Class DataWriterAdapter

java.lang.Object
  extended by org.dcm4che2.net.DataWriterAdapter
All Implemented Interfaces:
DataWriter

public class DataWriterAdapter
extends java.lang.Object
implements DataWriter

Since:
Oct 18, 2005
Version:
$Reversion$ $Date: 2006-03-12 22:52:03 +0100 (Sun, 12 Mar 2006) $
Author:
gunter zeilinger(gunterze@gmail.com)

Constructor Summary
DataWriterAdapter(DicomObject data)
           
 
Method Summary
 DicomObject getDataset()
           
 void writeTo(PDVOutputStream out, java.lang.String tsuid)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataWriterAdapter

public DataWriterAdapter(DicomObject data)
Method Detail

writeTo

public void writeTo(PDVOutputStream out,
                    java.lang.String tsuid)
             throws java.io.IOException
Specified by:
writeTo in interface DataWriter
Throws:
java.io.IOException

getDataset

public final DicomObject getDataset()


Copyright © 2011 dcm4che. All Rights Reserved.