Address
BitString
, DtlsAddress
, GenericAddress
, IpAddress
, OctetString
, Opaque
, SMIAddress
, TcpAddress
, TlsAddress
, TransportIpAddress
, TsmSecurityParameters
, UdpAddress
, VariantVariable
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 | 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 © 2018 SNMP4J.org. All rights reserved.