When writing to binary files using FileOutputStream, what does the write(int b) method do?
FileOutputStream
write(int b)
Writes a string representation of the integer
Writes a single byte to the file
Writes the next four bytes of data
Writes an array of bytes