|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.threerings.nexus.io.Streamers.Streamer_Byte
public static class Streamers.Streamer_Byte
A streamer for Byte
.
Constructor Summary | |
---|---|
Streamers.Streamer_Byte()
|
Method Summary | |
---|---|
Class<?> |
getObjectClass()
Returns the concrete class handled by this streamer. |
Byte |
readObject(Streamable.Input in)
Instantiates an instance of the appropriate type using data read from the supplied input. |
void |
writeObject(Streamable.Output out,
Byte 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_Byte()
Method Detail |
---|
public Class<?> getObjectClass()
Streamer
getObjectClass
in interface Streamer<Byte>
public void writeObject(Streamable.Output out, Byte value)
Streamer
writeObject
in interface Streamer<Byte>
public Byte readObject(Streamable.Input in)
Streamer
readObject
in interface Streamer<Byte>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |