Impl.Types
Class WriteTable

java.lang.Object
  extended by Impl.Types.WriteTable
All Implemented Interfaces:
Writable

public class WriteTable
extends java.lang.Object
implements Writable

Test data structure class


Field Summary
private  java.lang.String bar
           
private  int foo
           
 
Constructor Summary
WriteTable(int foo, java.lang.String bar)
           
 
Method Summary
 java.lang.String bar()
           
 boolean equals(WriteTable moongoo)
           
 int foo()
           
 void read(SerialIn in)
           
 java.lang.String toString()
           
 void write(SerialOut out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

foo

private int foo

bar

private java.lang.String bar
Constructor Detail

WriteTable

public WriteTable(int foo,
                  java.lang.String bar)
Method Detail

foo

public int foo()

bar

public java.lang.String bar()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

equals

public boolean equals(WriteTable moongoo)

read

public void read(SerialIn in)
          throws java.io.IOException,
                 java.lang.ClassNotFoundException
Specified by:
read in interface Writable
Throws:
java.io.IOException
java.lang.ClassNotFoundException

write

public void write(SerialOut out)
           throws java.io.IOException
Specified by:
write in interface Writable
Throws:
java.io.IOException