|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.dicom4j.network.protocoldataunit.support.AbstractProtocolDataUnit
public abstract class AbstractProtocolDataUnit
| 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 |
|---|
public abstract byte[] getBytes()
throws DicomException,
IOException
DicomException
IOExceptionpublic abstract int getLength()
public abstract String getName()
public abstract byte getType()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||