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