|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AssignableFromByteArray
The AssignableFromByteArray
interface describes objects whose
value can be set from a byte array and converted back to a byte array.
Method Summary | |
---|---|
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. |
Method Detail |
---|
void setValue(byte[] value)
value
- a byte array.byte[] toByteArray()
|
Copyright 2003-2009 Frank Fock and Jochen Katz (SNMP4J.org) | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |