All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class CsocketS.CSServerPackage.larrayHelper

java.lang.Object
   |
   +----CsocketS.CSServerPackage.larrayHelper

public final class larrayHelper
extends Object

Variable Index

 o typeCode_

Constructor Index

 o larrayHelper()

Method Index

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

Variables

 o typeCode_
 private static TypeCode typeCode_

Constructors

 o larrayHelper
 public larrayHelper()

Methods

 o insert
 public static void insert(Any any,
                           byte val[])
 o extract
 public static byte[] extract(Any any)
 o type
 public static TypeCode type()
 o id
 public static String id()
 o read
 public static byte[] read(InputStream in)
 o write
 public static void write(OutputStream out,
                          byte val[])

All Packages  Class Hierarchy  This Package  Previous  Next  Index