All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class CsocketS.CSServerHelper

java.lang.Object
   |
   +----CsocketS.CSServerHelper

public final class CSServerHelper
extends Object

Variable Index

 o typeCode_

Constructor Index

 o CSServerHelper()

Method Index

 o extract(Any)
 o id()
 o insert(Any, CSServer)
 o narrow(Object)
 o read(InputStream)
 o type()
 o write(OutputStream, CSServer)

Variables

 o typeCode_
 private static TypeCode typeCode_

Constructors

 o CSServerHelper
 public CSServerHelper()

Methods

 o insert
 public static void insert(Any any,
                           CSServer val)
 o extract
 public static CSServer extract(Any any)
 o type
 public static TypeCode type()
 o id
 public static String id()
 o read
 public static CSServer read(InputStream in)
 o write
 public static void write(OutputStream out,
                          CSServer val)
 o narrow
 public static CSServer narrow(Object obj)

All Packages  Class Hierarchy  This Package  Previous  Next  Index