Package | Description |
---|---|
org.agilewiki.jid |
Incremental Deserialization for JActor.
|
org.agilewiki.jid.collection | |
org.agilewiki.jid.collection.flenc | |
org.agilewiki.jid.collection.vlenc | |
org.agilewiki.jid.scalar.flens | |
org.agilewiki.jid.scalar.vlens | |
org.agilewiki.jid.scalar.vlens.actor |
Modifier and Type | Method and Description |
---|---|
protected ReadableBytes |
Jid.readable()
Returns a readable form of the serialized data.
|
Modifier and Type | Method and Description |
---|---|
Jid |
Jid.createSubordinate(org.agilewiki.jactor.factory.ActorFactory factory,
org.agilewiki.jactor.Actor parent,
ReadableBytes readableBytes) |
Jid |
Jid.createSubordinate(org.agilewiki.jactor.factory.ActorFactory factory,
ReadableBytes readableBytes) |
Jid |
Jid.createSubordinate(String actorType,
org.agilewiki.jactor.Actor parent,
ReadableBytes readableBytes) |
Jid |
Jid.createSubordinate(String actorType,
ReadableBytes readableBytes) |
void |
_Jid.load(ReadableBytes readableBytes)
Load the serialized data into the JID.
|
void |
Jid.load(ReadableBytes readableBytes)
Load the serialized data into the JID.
|
void |
AppendableBytes.writeReadableBytes(ReadableBytes readableBytes,
int length)
Write selected bytes.
|
Modifier and Type | Method and Description |
---|---|
protected int |
CollectionJid.loadLen(ReadableBytes readableBytes)
Returns the size of the serialized data (exclusive of its length header).
|
protected void |
CollectionJid.skipLen(ReadableBytes readableBytes)
Skip over the length at the beginning of the serialized data.
|
Modifier and Type | Method and Description |
---|---|
void |
TupleJid.load(ReadableBytes readableBytes)
Load the serialized data into the JID.
|
void |
AppJid.load(ReadableBytes readableBytes)
Load the serialized data into the JID.
|
Modifier and Type | Method and Description |
---|---|
void |
ListJid.load(ReadableBytes readableBytes)
Load the serialized data into the JID.
|
Modifier and Type | Method and Description |
---|---|
void |
FLenScalarJid.load(ReadableBytes readableBytes)
Load the serialized data into the JID.
|
Modifier and Type | Method and Description |
---|---|
void |
VLenScalarJid.load(ReadableBytes readableBytes)
Assigns the serialized data to the JID.
|
protected int |
VLenScalarJid.loadLen(ReadableBytes readableBytes)
Returns the size of the serialized data (exclusive of its length header).
|
protected void |
VLenScalarJid.skipLen(ReadableBytes readableBytes)
Skip over the length at the beginning of the serialized data.
|
Modifier and Type | Method and Description |
---|---|
void |
UnionJid.load(ReadableBytes readableBytes)
Load the serialized data into the JID.
|
protected int |
RootJid.loadLen(ReadableBytes readableBytes)
Returns the size of the serialized data (exclusive of its length header).
|
protected void |
RootJid.skipLen(ReadableBytes readableBytes)
There is no length, so there is nothing to skip over.
|
Copyright © 2013. All Rights Reserved.