org.dcm4che2.io
Class StopTagInputHandler

java.lang.Object
  extended by org.dcm4che2.io.StopTagInputHandler
All Implemented Interfaces:
DicomInputHandler

public class StopTagInputHandler
extends java.lang.Object
implements DicomInputHandler

Since:
Jun 26, 2005
Version:
$Revision: 420 $ $Date: 2005-10-05 21:40:23 +0200 (Wed, 05 Oct 2005) $
Author:
gunter zeilinger(gunterze@gmail.com)

Constructor Summary
StopTagInputHandler(int stopTag)
           
 
Method Summary
 boolean readValue(DicomInputStream in)
          Called by the input stream when reading a DICOM value in the stream.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StopTagInputHandler

public StopTagInputHandler(int stopTag)
Method Detail

readValue

public boolean readValue(DicomInputStream in)
                  throws java.io.IOException
Description copied from interface: DicomInputHandler
Called by the input stream when reading a DICOM value in the stream.

Specified by:
readValue in interface DicomInputHandler
Parameters:
in - The DicomInputStream calling this method.
Returns:
boolean true if the stream should continue reading the item.
Throws:
java.io.IOException


Copyright © 2011 dcm4che. All Rights Reserved.