|
|||||||||
Home >> All >> org >> xmud >> [ core overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |
org.xmud.core
Class methodcall

java.lang.Objectorg.xmud.core.methodcall
- All Implemented Interfaces:
- java.io.Serializable
- public class methodcall
- extends java.lang.Object
- implements java.io.Serializable
- extends java.lang.Object
Field Summary | |
int |
method_id
|
int |
objid
|
param[] |
parameters
|
Constructor Summary | |
methodcall()
|
Method Summary | |
void |
readCustom(java.io.DataInputStream in)
|
void |
writeCustom(java.io.DataOutputStream out)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
objid
public int objid
method_id
public int method_id
parameters
public param[] parameters
Constructor Detail |
methodcall
public methodcall()
Method Detail |
writeCustom
public void writeCustom(java.io.DataOutputStream out) throws java.io.IOException
readCustom
public void readCustom(java.io.DataInputStream in) throws java.io.IOException
|
|||||||||
Home >> All >> org >> xmud >> [ core overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |