Java View all facts Glossary Help |
stream > FileOutputStream |
FileOutputStream | ||||
subject | fact |
FileOutputStream | has specification | |
has example of creation FileOutputStream stream = new FileOutputStrem(outputFileNameOrPath); | ||
is a subtopic of Example Classes | ||
is a subtopic of Input and Output | ||
is an instance of stream | ||
is used to write bytes to a file | ||
permits writing 1 byte at a time |