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
- DicomNetworkException
public PDataPDU(LinkedList pdvList) throws DicomNetworkException
pdvList
- DicomNetworkException
public boolean containsLastCommandFragment()
public boolean containsLastDataFragment()
public byte[] getBytes()
public LinkedList getPDVList()