public interface AssignableFromByteArray
AssignableFromByteArray
interface describes objects whose
value can be set from a byte array and converted back to a byte array.Modifier and Type | Method and Description |
---|---|
void |
setValue(byte[] value)
Sets the value of this object from the supplied byte array.
|
byte[] |
toByteArray()
Returns the value of this object as a byte array.
|
Copyright © 2015 SNMP4J.org. All rights reserved.