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

FileOutputStream
subjectfact 
FileOutputStreamhas specification    2001-10-19 11:36:43.0
has example of creation
FileOutputStream stream = new FileOutputStrem(outputFileNameOrPath);
2001-10-19 11:36:43.0
is a subtopic of Example Classes2001-10-19 11:36:43.0
is a subtopic of Input and Output2001-10-19 11:36:43.0
is an instance of streamadded by: JK, source: On To Java, 2001-10-19 11:36:43.0
is used to write bytes to a fileadded by: JK, source: On To Java, 2001-10-19 11:36:43.0
permits writing 1 byte at a timeadded by: JK, source: On To Java, 2001-10-19 11:36:43.0