|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.dicom4j.network.protocoldataunit.items.PresentationDataValueItem
public class PresentationDataValueItem
Presentation Data Value Item
| Constructor Summary | |
|---|---|
PresentationDataValueItem()
|
|
PresentationDataValueItem(BinaryInputStream aReader)
|
|
PresentationDataValueItem(byte aPresentationContextID,
boolean isCommand,
boolean isLastFragment,
byte[] value)
|
|
| Method Summary | |
|---|---|
long |
getLength()
get the total length of this PresentationDataValue |
byte |
getPresentationContextID()
Return the Presentation Context ID |
byte[] |
getValue()
|
boolean |
isCommand()
Return true if it's contain a command |
boolean |
isLastFragment()
Return true if it's a last fragment |
void |
read(BinaryInputStream aStream,
int aLength)
|
String |
toString()
|
void |
write(BinaryOutputStream aStream)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PresentationDataValueItem()
public PresentationDataValueItem(BinaryInputStream aReader)
throws DicomException,
IOException
DicomException
IOException
public PresentationDataValueItem(byte aPresentationContextID,
boolean isCommand,
boolean isLastFragment,
byte[] value)
aPresentationContextID - value - isCommand - isLastFragment - | Method Detail |
|---|
public long getLength()
public byte getPresentationContextID()
public byte[] getValue()
public boolean isCommand()
public boolean isLastFragment()
public void read(BinaryInputStream aStream,
int aLength)
throws DicomException,
IOException
DicomException
IOExceptionpublic String toString()
toString in class Object
public void write(BinaryOutputStream aStream)
throws DicomException,
IOException
DicomException
IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||