Impl.Types
Class WriteTable
java.lang.Object
  
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)
 
            | 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
 
foo
private int foo
bar
private java.lang.String bar
WriteTable
public WriteTable(int foo,
                  java.lang.String bar)
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