edu.toronto.cs.util
Class MarshalUtil

java.lang.Object
  extended by edu.toronto.cs.util.MarshalUtil

public class MarshalUtil
extends java.lang.Object

A utiltility class for marshaling things


Constructor Summary
MarshalUtil()
           
 
Method Summary
 void marshalByte(byte b, java.io.OutputStream out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MarshalUtil

public MarshalUtil()
Method Detail

marshalByte

public void marshalByte(byte b,
                        java.io.OutputStream out)
                 throws java.io.IOException
Throws:
java.io.IOException