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
-
typeCode_
-
-
larrayHelper()
-
-
extract(Any)
-
-
id()
-
-
insert(Any, byte[])
-
-
read(InputStream)
-
-
type()
-
-
write(OutputStream, byte[])
-
typeCode_
private static TypeCode typeCode_
larrayHelper
public larrayHelper()
insert
public static void insert(Any any,
byte val[])
extract
public static byte[] extract(Any any)
type
public static TypeCode type()
id
public static String id()
read
public static byte[] read(InputStream in)
write
public static void write(OutputStream out,
byte val[])
All Packages Class Hierarchy This Package Previous Next Index