java.lang.Object | +----java.io.OutputStream
public abstract class OutputStream
extends Object
This abstract class is the superclass of all classes representing an output stream of bytes.
Applications that need to define a subclass of OutputStream must always provide at least a method that writes one byte of output.