Java View all facts Glossary Help |
| stream > FileOutputStream |
| 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 | |||||
| FileOutputStream | to write bytes to a file | stream | FileOutputStream stream = new FileOutputStrem(outputFileNameOrPath); | specification | Input and Output | writing 1 byte at a time |
Next stream: FileInputStream Up: stream