org.dicom4j.io
Class CommandSetReader

java.lang.Object
  extended by org.dicom4j.io.DicomReader
      extended by org.dicom4j.io.CommandSetReader

public class CommandSetReader
extends DicomReader

a specialized DicomReader to read a CommandSet stored in a stream

Since:
Alpha 0.0.4
Author:
Laurent Lecomte

Constructor Summary
CommandSetReader(byte[] aBytes)
           
CommandSetReader(InputStream aInputStream)
           
 
Method Summary
 void read(DataSet aDataSet)
           
 
Methods inherited from class org.dicom4j.io.DicomReader
close, getDictionary, getVrFactory, read, read, setDictionary, setInputStream, setVrFactory
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommandSetReader

public CommandSetReader(byte[] aBytes)
Parameters:
aBytes -

CommandSetReader

public CommandSetReader(InputStream aInputStream)
Parameters:
aInputStream -
Method Detail

read

public void read(DataSet aDataSet)
          throws IOException,
                 DicomException,
                 Exception
Throws:
IOException
DicomException
Exception


Copyright © 2009 dicom4j. All Rights Reserved.