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