net.java.sen
Class CToken

java.lang.Object
  extended bynet.java.sen.CToken

public final class CToken
extends java.lang.Object


Field Summary
 short cost
           
 short lcAttr
           
 short length
           
 short posid
           
 int posID
           
 short rcAttr1
           
 short rcAttr2
           
static long SIZE
           
 
Constructor Summary
CToken()
           
 
Method Summary
 void read(FileAccessor is)
           
 void read(java.io.RandomAccessFile is)
           
 void write(java.io.DataOutput os)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SIZE

public static final long SIZE
See Also:
Constant Field Values

rcAttr2

public short rcAttr2

rcAttr1

public short rcAttr1

lcAttr

public short lcAttr

posid

public short posid

length

public short length

cost

public short cost

posID

public int posID
Constructor Detail

CToken

public CToken()
Method Detail

read

public void read(FileAccessor is)
          throws java.io.IOException
Throws:
java.io.IOException

read

public void read(java.io.RandomAccessFile is)
          throws java.io.IOException
Throws:
java.io.IOException

write

public void write(java.io.DataOutput os)
           throws java.io.IOException
Throws:
java.io.IOException