The subclasses of OutputStream offer additional methods that write a byte stream in a more structured way or provide other functionality. |
For example, to open a byte stream to an output file, use: |
FileOutputStream s = new FileOutputStream("/usr/gcf/file"); |