Byte Read Write « File Input Output « Java






1.Byte Reader with FileInputStream
2.Byte Writer with FileOutputStream
3.Binary Dump OutputStream
4.Compare binary files
5.Reads bytes available from one InputStream and returns these bytes in a byte array.
6.Buffered copying between source(InputStream, Reader, String and byte[]) and destinations (OutputStream, Writer, String and byte[]).
7.Write and read compressed forms of numbers to DataOutput and DataInput interfaces.
8.Count the number of bytes written to the output stream.
9.Read and return the entire contents of the supplied file.








10.Convert 4 hex digits to an int, and return the number of converted bytes.
11.Get bytes from InputStream
12.Read file as bytesRead file as bytes