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

Constructor Index

 o spielfeldTypHelper()
 

Method Index

 o extract(Any)
 
 o id()
 
 o insert(Any, short[][])
 
 o read(InputStream)
 
 o type()
 
 o write(OutputStream, short[][])
 

Constructor Detail

 o spielfeldTypHelper
public spielfeldTypHelper()

Method Detail

 o read
public static short[][] read(org.omg.CORBA.portable.InputStream _input)
 o write
public static void write(org.omg.CORBA.portable.OutputStream _output,
                         short value[][])
 o insert
public static void insert(org.omg.CORBA.Any any,
                          short value[][])
 o extract
public static short[][] extract(org.omg.CORBA.Any any)
 o type
public static org.omg.CORBA.TypeCode type()
 o id
public static java.lang.String id()

All Packages  Class Hierarchy  This Package  Previous  Next  Index