FileDocCategorySizeDatePackage
SerializationTest.javaAPI DocExample20433Mon Aug 30 18:25:34 BST 1999tuning.io

Foo1

public class Foo1 extends Object implements Serializable

Fields Summary
int
one
String
two
Bar1[]
four
Constructors Summary
public Foo1()

//    try{Thread.sleep(100);}catch(Exception e){}
    two = new String("START");
    one = two.length();
    four = new Bar1[2];
    four[0] = new Bar1();
    four[1] = new Bar1();
  
Methods Summary