|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.threerings.nexus.net.Streamer_Upstream.ServiceCall
public static class Streamer_Upstream.ServiceCall
Handles the streaming of Upstream.ServiceCall
instances.
Constructor Summary | |
---|---|
Streamer_Upstream.ServiceCall()
|
Method Summary | |
---|---|
Class<?> |
getObjectClass()
Returns the concrete class handled by this streamer. |
Upstream.ServiceCall |
readObject(Streamable.Input in)
Instantiates an instance of the appropriate type using data read from the supplied input. |
void |
writeObject(Streamable.Output out,
Upstream.ServiceCall obj)
Writes the supplied instance to the supplied output. |
static void |
writeObjectImpl(Streamable.Output out,
Upstream.ServiceCall obj)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Streamer_Upstream.ServiceCall()
Method Detail |
---|
public Class<?> getObjectClass()
Streamer
getObjectClass
in interface Streamer<Upstream.ServiceCall>
public void writeObject(Streamable.Output out, Upstream.ServiceCall obj)
Streamer
writeObject
in interface Streamer<Upstream.ServiceCall>
public Upstream.ServiceCall readObject(Streamable.Input in)
Streamer
readObject
in interface Streamer<Upstream.ServiceCall>
public static void writeObjectImpl(Streamable.Output out, Upstream.ServiceCall obj)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |