■ You would not create a FilterOutPutStream object or use its methods directly.
■ FilterOutPutStream
simply acts as the parent class of all the streams which further filter
byte output streams. Of these, BufferedOutputStream, DataOutputStream, PrintStream are covered on this site.