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(Object obj) |
int |
hashCode() |
byte[] |
serialize()
Serialize the extension to a byte array.
|
String |
toString() |
ExtensionTreatmentType |
type()
Gets the type of the treatment extension.
|
getProperties, getPropertyValue, setPropertyValue
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getProperties, getPropertyValue, setPropertyValue
public UnresolvedExtensionTreatment(byte[] arraybyte, ExtensionTreatmentType type)
arraybyte
- byte data for treatmenttype
- unresolved extension data typepublic ExtensionTreatmentType type()
ExtensionTreatment
type
in interface ExtensionTreatment
public void deserialize(byte[] data)
Extension
deserialize
in interface Extension
data
- input byte arraypublic byte[] serialize()
Extension