All Packages Class Hierarchy This Package Previous Next Index
Class VierGewinnt.spielfeldTypHelper
java.lang.Object
|
+----VierGewinnt.spielfeldTypHelper
- public abstract class spielfeldTypHelper
- extends java.lang.Object
spielfeldTypHelper()
-
extract(Any)
-
id()
-
insert(Any, short[][])
-
read(InputStream)
-
type()
-
write(OutputStream, short[][])
-
spielfeldTypHelper
public spielfeldTypHelper()
read
public static short[][] read(org.omg.CORBA.portable.InputStream _input)
write
public static void write(org.omg.CORBA.portable.OutputStream _output,
short value[][])
insert
public static void insert(org.omg.CORBA.Any any,
short value[][])
extract
public static short[][] extract(org.omg.CORBA.Any any)
type
public static org.omg.CORBA.TypeCode type()
id
public static java.lang.String id()
All Packages Class Hierarchy This Package Previous Next Index