public class PresentationDataValue extends Object
Constructor and Description |
---|
PresentationDataValue(byte[] buf,
int offset,
int length) |
PresentationDataValue(byte presentationContextID,
byte[] value,
boolean isCommand,
boolean isLastFragment) |
Modifier and Type | Method and Description |
---|---|
byte[] |
getBytes() |
byte |
getPresentationContextID() |
byte[] |
getValue() |
boolean |
isCommand() |
boolean |
isLastFragment() |
String |
toString() |
public PresentationDataValue(byte[] buf, int offset, int length) throws DicomNetworkException
buf
- offset
- length
- DicomNetworkException
public PresentationDataValue(byte presentationContextID, byte[] value, boolean isCommand, boolean isLastFragment) throws DicomNetworkException
presentationContextID
- value
- isCommand
- isLastFragment
- DicomNetworkException