com.threerings.nexus.net
Class Streamer_Downstream.Subscribe

java.lang.Object
  extended by com.threerings.nexus.net.Streamer_Downstream.Subscribe
All Implemented Interfaces:
Streamer<Downstream.Subscribe>
Enclosing class:
Streamer_Downstream

public static class Streamer_Downstream.Subscribe
extends Object
implements 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

Streamer_Downstream.Subscribe

public Streamer_Downstream.Subscribe()
Method Detail

getObjectClass

public Class<?> getObjectClass()
Description copied from interface: Streamer
Returns the concrete class handled by this streamer.

Specified by:
getObjectClass in interface Streamer<Downstream.Subscribe>

writeObject

public void writeObject(Streamable.Output out,
                        Downstream.Subscribe obj)
Description copied from interface: Streamer
Writes the supplied instance to the supplied output.

Specified by:
writeObject in interface Streamer<Downstream.Subscribe>

readObject

public Downstream.Subscribe readObject(Streamable.Input in)
Description copied from interface: Streamer
Instantiates an instance of the appropriate type using data read from the supplied input.

Specified by:
readObject in interface Streamer<Downstream.Subscribe>

writeObjectImpl

public static void writeObjectImpl(Streamable.Output out,
                                   Downstream.Subscribe obj)


Copyright © 2013. All Rights Reserved.