public class BytesJid extends VLenScalarJid<byte[],byte[]>
len, value
serializedBytes, serializedOffset
Constructor and Description |
---|
BytesJid() |
Modifier and Type | Method and Description |
---|---|
Object |
getObject() |
byte[] |
getValue()
Returns the value held by this component.
|
protected Boolean |
makeValue(byte[] v)
Assign a value unless one is already present.
|
protected void |
serialize(AppendableBytes appendableBytes)
Serialize the persistent data.
|
void |
setObject(Object v) |
void |
setValue(byte[] v)
Assign a value.
|
change, clear, getSerializedLength, load, loadLen, saveLen, skipLen
changed, copyJID, createSubordinate, createSubordinate, createSubordinate, createSubordinate, createSubordinate, createSubordinate, createSubordinate, createSubordinate, createSubordinate, createSubordinate, createSubordinate, createSubordinate, getSerializedBytes, isJidEqual, isSerialized, readable, resolvePathname, save, setContainerJid
acceptEvent, acceptRequest, getActorType, getAncestor, getExceptionHandler, getFactory, getMailbox, getMailboxFactory, getMatch, getParent, hasDataItem, haveEvents, initialize, initialize, initialize, initialize, initialize, requirements, responseFrom, send, send, sendEvent, setExceptionHandler, setInitialBufferCapacity
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
resolvePathname, save, setContainerJid
public void setValue(byte[] v) throws Exception
v
- The new value.Exception
- Any uncaught exception raised.protected Boolean makeValue(byte[] v) throws Exception
makeValue
in class VLenScalarJid<byte[],byte[]>
v
- The MakeValue request.Exception
- Any uncaught exception raised.public byte[] getValue()
protected void serialize(AppendableBytes appendableBytes)
Copyright © 2013. All Rights Reserved.