org.dicom4j.network.association.transport.codec
Class DicomProtocolDecoder

java.lang.Object
  extended by org.apache.mina.filter.codec.ProtocolDecoderAdapter
      extended by org.apache.mina.filter.codec.CumulativeProtocolDecoder
          extended by org.dicom4j.network.association.transport.codec.DicomProtocolDecoder
All Implemented Interfaces:
org.apache.mina.filter.codec.ProtocolDecoder

public class DicomProtocolDecoder
extends org.apache.mina.filter.codec.CumulativeProtocolDecoder
implements org.apache.mina.filter.codec.ProtocolDecoder

Decode a ProtocolDataUnit readed from the network

Author:
Laurent Lecomte

Constructor Summary
DicomProtocolDecoder()
           
 
Method Summary
 
Methods inherited from class org.apache.mina.filter.codec.CumulativeProtocolDecoder
decode, dispose
 
Methods inherited from class org.apache.mina.filter.codec.ProtocolDecoderAdapter
finishDecode
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.mina.filter.codec.ProtocolDecoder
decode, dispose, finishDecode
 

Constructor Detail

DicomProtocolDecoder

public DicomProtocolDecoder()


Copyright © 2009 dicom4j. All Rights Reserved.