Class BinaryMessage
java.lang.Object
com.jme3.network.AbstractMessage
org.ngengine.network.protocol.messages.BinaryMessage
- All Implemented Interfaces:
Message
,ByteDataMessage
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.jme3.network.AbstractMessage
isReliable, setReliable
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.jme3.network.Message
isReliable, setReliable
-
Constructor Details
-
BinaryMessage
public BinaryMessage() -
BinaryMessage
-
-
Method Details
-
getData
- Specified by:
getData
in interfaceByteDataMessage
-
setData
- Specified by:
setData
in interfaceByteDataMessage
-
toString
-