Byte streams and Character streams

Byte streams Character streams File copying is done, in JDK 1.0, with byte streams. Byte streams can read or write the files containing ASCII characters that range from 0 to 255. That is, byte streams can copy the files containing English letters only but not of other languages. If the file contains other than English …

Byte streams and Character streams Read More »