public class UnresolvedExtensionTreatment extends AbstractExtension implements ExtensionTreatment
| Constructor and Description |
|---|
UnresolvedExtensionTreatment(byte[] arraybyte,
ExtensionTreatmentType type)
Creates a new unresolved extension treatment with given data in byte form.
|
| Modifier and Type | Method and Description |
|---|---|
void |
deserialize(byte[] data)
Deserialize the extension from a byte array.
|
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
byte[] |
serialize()
Serialize the extension to a byte array.
|
java.lang.String |
toString() |
ExtensionTreatmentType |
type()
Gets the type of the treatment extension.
|
getProperties, getPropertyValue, setPropertyValueclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetProperties, getPropertyValue, setPropertyValuepublic UnresolvedExtensionTreatment(byte[] arraybyte,
ExtensionTreatmentType type)
arraybyte - byte data for treatmenttype - unresolved extension data typepublic ExtensionTreatmentType type()
ExtensionTreatmenttype in interface ExtensionTreatmentpublic void deserialize(byte[] data)
Extensiondeserialize in interface Extensiondata - input byte arraypublic byte[] serialize()
Extensionpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object