Home
Java
2D Graphics GUI
3D
Advanced Graphics
Ant
Apache Common
Chart
Class
Collections Data Structure
Data Type
Database SQL JDBC
Design Pattern
Development Class
EJB3
Email
Event
File Input Output
Game
Generics
GWT
Hibernate
I18N
J2EE
J2ME
JavaFX
JDK 6
JDK 7
JNDI LDAP
JPA
JSP
JSTL
Language Basics
Network Protocol
PDF RTF
Reflection
Regular Expressions
Scripting
Security
Servlets
Spring
Swing Components
Swing JFC
SWT JFace Eclipse
Threads
Tiny Application
Velocity
Web Services SOA
XML
ObjectInputStream « File Input Output « Java
Java
File Input Output
ObjectInputStream
1.
Create ObjectInputStream out of FileInputStream
2.
new ObjectInputStream(new BufferedInputStream(new FileInputStream(StringFileName)));
3.
Reading objects from file using ObjectInputStream
4.
Read different data types from ObjectInputStream
5.
Object serialization with Serializable interface, ObjectOutputStream and ObjectInputStream.
6.
ObjectInputStream, ObjectOutputStream and java.io.Serializable
7.
Store objects in file
8.
Use ObjectOutputStream and ObjectInputStream to write and read Hashtable
9.
ObjectStream Test with hierarchy