May 2001
Intermediate to advanced
1088 pages
30h 13m
English
The BinaryRefAddr class holds a reference to an address in binary form (that is, as an array of bytes instead of a string).
public BinaryRefAddr(String addrType, byte[] data) public BinaryRefAddr(String addrType, byte[] data, int offset, int count)
Creates a new BinaryRefAddr with the specified address type and data bytes. You can optionally specify an offset and a count to use only a portion of the data bytes.
getContent public Object getContent()
Returns the contents of the address. Although the return type of the method is Object, this method returns a byte array. The array you get back is the actual content of the object, not a copy, so changing values in the array affects the object's content.
Read now
Unlock full access