Thursday, December 20, 2012

Java Exercise #88: FileStream Demo

FileInputStream/FileOutputStream is for reading and writing bytes from/to files. All the methods are inherited from InputStream and OutputStream respectively.

Exercise: Write a program that writes and reads from a binary file using input output streams


0 1 2 3 4 5 6 7 8 9 

Download Code: File Stream

No comments:

Post a Comment