java.lang.Object
org.xmud.util.serBasic
- public class serBasic
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BYTE
public static final int BYTE
- See Also:
- Constant Field Values
BYTE_A
public static final int BYTE_A
- See Also:
- Constant Field Values
SHORT
public static final int SHORT
- See Also:
- Constant Field Values
SHORT_A
public static final int SHORT_A
- See Also:
- Constant Field Values
INT
public static final int INT
- See Also:
- Constant Field Values
INT_A
public static final int INT_A
- See Also:
- Constant Field Values
LONG
public static final int LONG
- See Also:
- Constant Field Values
LONG_A
public static final int LONG_A
- See Also:
- Constant Field Values
FLOAT
public static final int FLOAT
- See Also:
- Constant Field Values
FLOAT_A
public static final int FLOAT_A
- See Also:
- Constant Field Values
DOUBLE
public static final int DOUBLE
- See Also:
- Constant Field Values
DOUBLE_A
public static final int DOUBLE_A
- See Also:
- Constant Field Values
CHAR
public static final int CHAR
- See Also:
- Constant Field Values
CHAR_A
public static final int CHAR_A
- See Also:
- Constant Field Values
BOOLEAN
public static final int BOOLEAN
- See Also:
- Constant Field Values
BOOLEAN_A
public static final int BOOLEAN_A
- See Also:
- Constant Field Values
STRING
public static final int STRING
- See Also:
- Constant Field Values
POSITION
public static final int POSITION
- See Also:
- Constant Field Values
PTR
public static final int PTR
- See Also:
- Constant Field Values
serBasic
public serBasic()
writeObject
public static void writeObject(java.io.DataOutputStream out,
java.lang.Object v)
throws java.io.IOException
readObject
public static java.lang.Object readObject(java.io.DataInputStream in)
throws java.io.IOException
getAngle
public static double getAngle(double[] d)
writeDoubleArray
public static void writeDoubleArray(java.io.DataOutputStream out,
double[] x)
throws java.io.IOException
readDoubleArray
public static java.lang.Object readDoubleArray(java.io.DataInputStream in)
throws java.io.IOException
main
public static void main(java.lang.String[] args)