getEntryBytestring
Gets the value of an entry. This should only be called on an entry for which the getStatus method returns STATUS_OK.
Return
a byte[]
or null
if no entry with the given name exists.
Parameters
namespaceName
the namespace name of the entry.
name
the name of the entry to get the value for.