Buffered output stream example
The java.io.BufferedOutputStream.Write(int) method writes byte to the output stream. Declaration. Following is the declaration for java.io.BufferedOutputStream.write(int b) method. public void write(int b) Parameters. b − byte to be written to the output stream. Return Value. This method does not return any value. Exception