Java Doc for ObjectOutputStreamTest.java in  » Apache-Harmony-Java-SE » org-package » org » apache » harmony » luni » tests » java » io » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Apache Harmony Java SE » org package » org.apache.harmony.luni.tests.java.io 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.apache.harmony.luni.tests.java.io.ObjectOutputStreamTest

ObjectOutputStreamTest
public class ObjectOutputStreamTest extends TestCase implements Serializable(Code)

Inner Class :public class SerializableTestHelper implements Serializable

Field Summary
final static  StringFOO
    
final static  intINIT_INT_VALUE
    
final static  StringINIT_STR_VALUE
    
final protected static  StringMODE_XDUMP
    
final protected static  StringMODE_XLOAD
    
final static  StringMSG_WITE_FAILED
    
protected  ByteArrayOutputStreambao
    
 Filef
    
protected  ObjectInputStreamois
    
protected  ObjectOutputStreamoos
    
protected static  StringxFileName
    
protected static  booleanxdump
    
protected static  booleanxload
    


Method Summary
protected  voiddump(Object o)
    
protected  ObjectdumpAndReload(Object o)
    
protected  Objectreload()
    
protected  voidsetUp()
     Sets up the fixture, for example, open a network connection.
protected  voidtearDown()
     Tears down the fixture, for example, close a network connection.
public  voidtestMixPrimitivesAndObjects()
    
public  voidtest_ConstructorLjava_io_OutputStream()
    
public  voidtest_ConstructorLjava_io_OutputStream_subtest0()
    
public  voidtest_close()
    
public  voidtest_defaultWriteObject()
    
public  voidtest_flush()
    
public  voidtest_putFields()
    
public  voidtest_replaceObject()
    
public  voidtest_reset()
    
public  voidtest_useProtocolVersionI()
    
public  voidtest_useProtocolVersionI_2()
    
public  voidtest_write$B()
    
public  voidtest_write$BII()
    
public  voidtest_writeBooleanZ()
    
public  voidtest_writeByteI()
    
public  voidtest_writeBytesLjava_lang_String()
    
public  voidtest_writeCharI()
    
public  voidtest_writeCharsLjava_lang_String()
    
public  voidtest_writeDoubleD()
    
public  voidtest_writeFields()
    
public  voidtest_writeFloatF()
    
public  voidtest_writeI()
    
public  voidtest_writeIntI()
    
public  voidtest_writeLongJ()
    
public  voidtest_writeObjectLjava_lang_Object()
    
public  voidtest_writeObject_Exception()
    
public  voidtest_writeObject_NotSerializable()
    
public  voidtest_writeObject_WriteOverride()
    
public  voidtest_writeShortI()
    
public  voidtest_writeUTFLjava_lang_String()
    
public  voidtest_writeUnshared()
    
public  voidtest_writeUnshared2()
    

Field Detail
FOO
final static String FOO(Code)



INIT_INT_VALUE
final static int INIT_INT_VALUE(Code)



INIT_STR_VALUE
final static String INIT_STR_VALUE(Code)



MODE_XDUMP
final protected static String MODE_XDUMP(Code)



MODE_XLOAD
final protected static String MODE_XLOAD(Code)



MSG_WITE_FAILED
final static String MSG_WITE_FAILED(Code)



bao
protected ByteArrayOutputStream bao(Code)



f
File f(Code)



ois
protected ObjectInputStream ois(Code)



oos
protected ObjectOutputStream oos(Code)



xFileName
protected static String xFileName(Code)



xdump
protected static boolean xdump(Code)



xload
protected static boolean xload(Code)





Method Detail
dump
protected void dump(Object o) throws IOException, ClassNotFoundException(Code)



dumpAndReload
protected Object dumpAndReload(Object o) throws IOException, ClassNotFoundException(Code)



reload
protected Object reload() throws IOException, ClassNotFoundException(Code)



setUp
protected void setUp() throws Exception(Code)
Sets up the fixture, for example, open a network connection. This method is called before a test is executed.



tearDown
protected void tearDown() throws Exception(Code)
Tears down the fixture, for example, close a network connection. This method is called after a test is executed.



testMixPrimitivesAndObjects
public void testMixPrimitivesAndObjects() throws Exception(Code)



test_ConstructorLjava_io_OutputStream
public void test_ConstructorLjava_io_OutputStream() throws IOException(Code)



test_ConstructorLjava_io_OutputStream_subtest0
public void test_ConstructorLjava_io_OutputStream_subtest0() throws IOException(Code)



test_close
public void test_close()(Code)



test_defaultWriteObject
public void test_defaultWriteObject() throws IOException(Code)



test_flush
public void test_flush() throws Exception(Code)



test_putFields
public void test_putFields() throws Exception(Code)



test_replaceObject
public void test_replaceObject() throws Exception(Code)



test_reset
public void test_reset() throws Exception(Code)



test_useProtocolVersionI
public void test_useProtocolVersionI() throws Exception(Code)



test_useProtocolVersionI_2
public void test_useProtocolVersionI_2() throws Exception(Code)



test_write$B
public void test_write$B() throws Exception(Code)



test_write$BII
public void test_write$BII() throws Exception(Code)



test_writeBooleanZ
public void test_writeBooleanZ() throws Exception(Code)



test_writeByteI
public void test_writeByteI() throws Exception(Code)



test_writeBytesLjava_lang_String
public void test_writeBytesLjava_lang_String() throws Exception(Code)



test_writeCharI
public void test_writeCharI() throws Exception(Code)



test_writeCharsLjava_lang_String
public void test_writeCharsLjava_lang_String() throws Exception(Code)



test_writeDoubleD
public void test_writeDoubleD() throws Exception(Code)



test_writeFields
public void test_writeFields()(Code)



test_writeFloatF
public void test_writeFloatF() throws Exception(Code)



test_writeI
public void test_writeI() throws Exception(Code)



test_writeIntI
public void test_writeIntI() throws Exception(Code)



test_writeLongJ
public void test_writeLongJ() throws Exception(Code)



test_writeObjectLjava_lang_Object
public void test_writeObjectLjava_lang_Object() throws Exception(Code)



test_writeObject_Exception
public void test_writeObject_Exception() throws ClassNotFoundException, IOException(Code)



test_writeObject_NotSerializable
public void test_writeObject_NotSerializable() throws Exception(Code)



test_writeObject_WriteOverride
public void test_writeObject_WriteOverride() throws Exception(Code)
java.io.ObjectOutputStream.writeObjectOverride(Object)



test_writeShortI
public void test_writeShortI() throws Exception(Code)



test_writeUTFLjava_lang_String
public void test_writeUTFLjava_lang_String() throws Exception(Code)



test_writeUnshared
public void test_writeUnshared() throws Exception(Code)



test_writeUnshared2
public void test_writeUnshared2() throws Exception(Code)



www__.__j__a_v_a_2__s__._co_m | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.