test
Class testBits
java.lang.Object
test.testBits
- public class testBits
- extends java.lang.Object
Title:
Description:
Copyright: Copyright (c) 2003
Company:
- Version:
- 1.0
- Author:
- not attributable
Field Summary |
private static int |
B0
|
private static int |
B1
|
private static int |
B2
|
private static int |
B3
|
private static int |
Bf
|
private static int[] |
bits
|
private static int[] |
blg
|
private static int[] |
bpos
|
private static char[] |
dig
|
private static int[] |
Nt
|
Method Summary |
private static int |
codage(java.lang.String s)
|
protected static void |
decode(java.lang.StringBuffer buf,
int otype)
|
protected static void |
edit(java.lang.StringBuffer buf,
int otype)
|
static void |
main(java.lang.String[] args)
|
private static int |
ntype(java.lang.String s)
Interpret the 4 numbers as an Otype class. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
B0
private static final int B0
- See Also:
- Constant Field Values
B1
private static final int B1
- See Also:
- Constant Field Values
B2
private static final int B2
- See Also:
- Constant Field Values
B3
private static final int B3
- See Also:
- Constant Field Values
Bf
private static final int Bf
- See Also:
- Constant Field Values
dig
private static final char[] dig
bits
private static final int[] bits
Nt
private static final int[] Nt
bpos
private static final int[] bpos
blg
private static final int[] blg
testBits
public testBits()
edit
protected static void edit(java.lang.StringBuffer buf,
int otype)
ntype
private static int ntype(java.lang.String s)
- Interpret the 4 numbers as an Otype class.
- Returns:
- The object type / -1 when error
codage
private static final int codage(java.lang.String s)
throws java.text.ParseException
- Throws:
java.text.ParseException
decode
protected static void decode(java.lang.StringBuffer buf,
int otype)
main
public static void main(java.lang.String[] args)