Java   View all facts   Glossary   Help
stream > FileOutputStream
Next streamFileInputStream    Upstream

FileOutputStream comparison table
Subject use is an instance of have example of creation is a kind of have is a subtopic of permit has definition
stream   kbTop Objects A sequence of objects
FileOutputStreamto write bytes to a filestream
FileOutputStream stream = new FileOutputStrem(outputFileNameOrPath);
 specificationInput and Outputwriting 1 byte at a time 

Next streamFileInputStream    Upstream