iglu.examples
Class ObjCat

java.lang.Object
  |
  +--iglu.examples.ObjCat

public class ObjCat
extends java.lang.Object

This is a "cat" command for serialized objects stored in a file. Loads the files listed on the command line, de-serializes the objects, and then prints them to stdout using their toString() method. Shows how to use the IOTools.objectFromFile() method and is a nice utility as well.


Constructor Summary
ObjCat()
           
 
Method Summary
static void main(java.lang.String[] argv)
          The main routine that does the obcat work.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjCat

public ObjCat()
Method Detail

main

public static void main(java.lang.String[] argv)
The main routine that does the obcat work.