public interface DIMSEAssociation
| Modifier and Type | Method and Description |
|---|---|
short |
getLength()
Implementation of this method retrieves length of the Association Items.
|
void |
parse(IDicomStream objIDicomStream)
This method reads the Data Value from given Stream.
|
void |
serialize(IDicomStream objIDicomStream)
This method writes the Data Value to the given Stream.
|
void serialize(IDicomStream objIDicomStream) throws java.io.IOException, SerializeException
objIDicomStream - object of the stream onto which the DataTypeString is to be written.java.io.IOException - If Input/Output operation fails.SerializeException - If serialization failsvoid parse(IDicomStream objIDicomStream) throws java.io.IOException, ParseException
objIDicomStream - object of the stream from which the Data is to be read.java.io.IOException - Signals that an I/O exception has occurred.ParseException - Signals that an parse exception has occurred.short getLength()