পৃষ্ঠাসমূহ

Search Your Article

CS

 

Welcome to GoogleDG – your one-stop destination for free learning resources, guides, and digital tools.

At GoogleDG, we believe that knowledge should be accessible to everyone. Our mission is to provide readers with valuable ebooks, tutorials, and tech-related content that makes learning easier, faster, and more enjoyable.

What We Offer:

  • 📘 Free & Helpful Ebooks – covering education, technology, self-development, and more.

  • 💻 Step-by-Step Tutorials – practical guides on digital tools, apps, and software.

  • 🌐 Tech Updates & Tips – simplified information to keep you informed in the fast-changing digital world.

  • 🎯 Learning Support – resources designed to support students, professionals, and lifelong learners.

    Latest world News 

     

Our Vision

To create a digital knowledge hub where anyone, from beginners to advanced learners, can find trustworthy resources and grow their skills.

Why Choose Us?

✔ Simple explanations of complex topics
✔ 100% free access to resources
✔ Regularly updated content
✔ A community that values knowledge sharing

We are continuously working to expand our content library and provide readers with the most useful and relevant digital learning materials.

📩 If you’d like to connect, share feedback, or suggest topics, feel free to reach us through the Contact page.

Pageviews

Wednesday, January 18, 2017

Java.io.Interfaces

Introduction

The java.io.Interfaces provides for system input and output through data streams, serialization and the file system.

Interface Summary

S.N. Interface & Description
1 Closeable
This is a source or destination of data that can be closed.
2 DataInput
This provides for reading bytes from a binary stream and reconstructing from them data in any of the Java primitive types.
3 DataOutput
This provides for converting data from any of the Java primitive types to a series of bytes and writing these bytes to a binary stream.
4 Externalizable
This provides only the identity of the class of an Externalizable instance is written in the serialization stream and it is the responsibility of the class to save and restore the contents of its instances.
5 FileFilter
This is a filter for abstract pathnames.
6 FilenameFilter
This is instances of classes that implement this interface are used to filter filenames.
7 Flushable
This is a destination of data that can be flushed.
8 ObjectInput
This extends the DataInput interface to include the reading of objects.
9 ObjectInputValidation
This is the callback interface to allow validation of objects within a graph.
10 ObjectOutput
This is the objectOutput extends the DataOutput interface to include writing of objects.
11 ObjectStreamConstants
The constants written into the Object Serialization Stream.
12 Serializable
This is enabled by the class implementing the java.io.Serializable interface.

No comments:

Post a Comment