org.dicom4j.network.protocoldataunit.support
Class AbstractProtocolDataUnit

java.lang.Object
  extended by org.dicom4j.network.protocoldataunit.support.AbstractProtocolDataUnit

public abstract class AbstractProtocolDataUnit
extends Object


Method Summary
abstract  byte[] getBytes()
           
abstract  int getLength()
          Return the length of the PDU
abstract  String getName()
          Return the name of the PDU
abstract  byte getType()
          Return the type of the PDU
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getBytes

public abstract byte[] getBytes()
                         throws DicomException,
                                IOException
Throws:
DicomException
IOException

getLength

public abstract int getLength()
Return the length of the PDU

Returns:
the length

getName

public abstract String getName()
Return the name of the PDU

Returns:
the name

getType

public abstract byte getType()
Return the type of the PDU

Returns:
the type


Copyright © 2009 dicom4j. All Rights Reserved.