CTL
Class Measure

java.lang.Object
  extended by CTL.Measure
Direct Known Subclasses:
Except, FID, Header, rPointer

public abstract class Measure
extends java.lang.Object

Derive from this class for easier serialized size calculation


Constructor Summary
Measure()
           
 
Method Summary
 int size()
          Size of this object if it would be serialized
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Measure

public Measure()
Method Detail

size

public final int size()
               throws java.io.IOException,
                      java.lang.IllegalAccessException,
                      java.lang.reflect.InvocationTargetException,
                      CTLException
Size of this object if it would be serialized

Returns:
Size
Throws:
java.io.IOException
java.lang.IllegalAccessException
java.lang.reflect.InvocationTargetException
CTLException