rice.p2p.util.testing
Class XMLObjectStreamUnit
java.lang.Object
rice.p2p.util.testing.XMLObjectStreamUnit
public class XMLObjectStreamUnit
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
xoos
protected XMLObjectOutputStream xoos
xois
protected XMLObjectInputStream xois
baos
protected java.io.ByteArrayOutputStream baos
bais
protected java.io.ByteArrayInputStream bais
XMLObjectStreamUnit
public XMLObjectStreamUnit()
throws java.io.IOException
- Throws:
java.io.IOException
reset
protected void reset()
throws java.io.IOException
- Throws:
java.io.IOException
flip
protected void flip()
throws java.io.IOException
- Throws:
java.io.IOException
testInt
protected void testInt(int i)
testBoolean
protected void testBoolean(boolean b)
testByte
protected void testByte(byte i)
testChar
protected void testChar(char i)
testDouble
protected void testDouble(double i)
testFloat
protected void testFloat(float i)
testLong
protected void testLong(long i)
testShort
protected void testShort(short i)
testMultiplePrimitives
protected void testMultiplePrimitives()
compare
protected boolean compare(java.lang.Object o1,
java.lang.Object o2)
test
protected void test(java.lang.Object o)
testHashtable
protected void testHashtable()
testMultipleObjects
protected void testMultipleObjects()
testUnserializableObject
protected void testUnserializableObject()
testByteCustomSerializer
protected void testByteCustomSerializer()
testCustomSerializer
protected void testCustomSerializer()
testBrokenCustomSerializer
protected void testBrokenCustomSerializer()
testUnshared
protected void testUnshared()
testExternal
protected void testExternal()
testSubExternal
protected void testSubExternal()
testPutFields
protected void testPutFields()
testUnreadData
protected void testUnreadData()
testWriteReplace
protected void testWriteReplace()
testReadResolve
protected void testReadResolve()
testInheritedWriteReplace
protected void testInheritedWriteReplace()
testInheritedReadResolve
protected void testInheritedReadResolve()
testSerialPersistentFields
protected void testSerialPersistentFields()
start
public void start()
main
public static void main(java.lang.String[] args)
throws java.io.IOException
- Throws:
java.io.IOException
Copyright © 2001-2005 - Rice Pastry.