org.dcm4che2.io
Class TranscoderInputHandler

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

public class TranscoderInputHandler
extends java.lang.Object
implements DicomInputHandler

Since:
Oct 14, 2005
Version:
$Reversion$ $Date: 2007-10-09 13:41:10 +0200 (Tue, 09 Oct 2007) $
Author:
gunter zeilinger(gunterze@gmail.com)

Constructor Summary
TranscoderInputHandler(DicomOutputStream out)
           
TranscoderInputHandler(DicomOutputStream out, int size)
           
 
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

TranscoderInputHandler

public TranscoderInputHandler(DicomOutputStream out)

TranscoderInputHandler

public TranscoderInputHandler(DicomOutputStream out,
                              int size)
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.