public class PDataPDU extends Object
| Constructor and Description |
|---|
PDataPDU(byte[] pdu) |
PDataPDU(LinkedList pdvList) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsLastCommandFragment() |
boolean |
containsLastDataFragment() |
byte[] |
getBytes() |
LinkedList |
getPDVList() |
String |
toString() |
public PDataPDU(byte[] pdu)
throws DicomNetworkException
pdu - DicomNetworkExceptionpublic PDataPDU(LinkedList pdvList) throws DicomNetworkException
pdvList - DicomNetworkExceptionpublic boolean containsLastCommandFragment()
public boolean containsLastDataFragment()
public byte[] getBytes()
public LinkedList getPDVList()