com.hp.hpl.guess.piccolo.util
Class Util

java.lang.Object
  extended bycom.hp.hpl.guess.piccolo.util.Util

public abstract class Util
extends Object


Constructor Summary
Util()
           
 
Method Summary
static BasicStroke readBasicStroke(ObjectInputStream ois)
           
static void writeBasicStroke(ObjectOutputStream oos, Stroke b)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Util

public Util()
Method Detail

writeBasicStroke

public static void writeBasicStroke(ObjectOutputStream oos,
                                    Stroke b)
                             throws IOException
Throws:
IOException

readBasicStroke

public static BasicStroke readBasicStroke(ObjectInputStream ois)
                                   throws IOException,
                                          ClassNotFoundException
Throws:
IOException
ClassNotFoundException