Java Console Class The Java Console class is be used to get input from console. It provides methods to read texts and…
Java IO
-
-
Java ObjectStreamField class A description of a Serializable field from a Serializable class. An array of ObjectStreamFields is used to declare the…
-
Java DataInputStream Class Java DataInputStream class allows an application to read primitive data from the input stream in a machine-independent way. Java…
-
Java OutputStreamWriter OutputStreamWriter is a class which is used to convert character stream to byte stream, the characters are encoded into byte…
-
Java DataOutputStream Class Java DataOutputStream class allows an application to write primitive Java data types to the output stream in a machine-independent…
-
Java – PipedReader The PipedReader class is used to read the contents of a pipe as a stream of characters. This class…
-
Java File Class The File class is an abstract representation of file and directory pathname. A pathname can be either absolute or…
-
Java – PipedWriter The PipedWriter class is used to write java pipe as a stream of characters. This class is used generally…
-
Java SequenceInputStream Class Java SequenceInputStream class is used to read data from multiple streams. It reads data sequentially (one by one). Java…
-
Java FileDescriptor FileDescriptor class serves as an handle to the underlying machine-specific structure representing an open file, an open socket, or another…