Title: E-learning-Java Complete Course-Programming
fundamental in Java-Lesson 42-I/O Stream-Part-4 (BufferedStream)
Duration: 14:53 minutes
Summary: This lesson covers the Java platform classes used for basic I/O. It first focuses on I/O Streams, a powerful concept that greatly simplifies I/O operations. The lesson also looks at serialization, which lets a program write whole objects out to streams and read them back again. Then the lesson looks at file I/O and file system operations, including random access files. In this lesson we are going to cover BufferedStream .
Methodology of the development of example: List of stream class: BufferedStream.
Technology Used: JAVA.
Keywords: JAVA, Java Virtual Machine, JDK 1.6, Stream, BufferedStream.