-
write
@Deprecated
public void write(int b)
Deprecated.
Write a byte of data to the stream. If it is not a newline, then the byte is appended to the internal buffer. If it is a newline, then the currently buffered line is sent to the log's output stream, prefixed with the appropriate logging information.
-
Overrides:
-
write in class PrintStream
-
Parameters:
-
b - The byte to be written
-
Since:
- JDK1.1
-
See Also:
-
PrintStream.print(char), PrintStream.println(char)
|
-
write
@Deprecated
public void write(int b)
Deprecated.
Write a byte of data to the stream. If it is not a newline, then the byte is appended to the internal buffer. If it is a newline, then the currently buffered line is sent to the log's output stream, prefixed with the appropriate logging information.
-
Overrides:
-
write in class PrintStream
-
Parameters:
-
b - The byte to be written
-
Since:
- 1.1
-
See Also:
-
PrintStream.print(char), PrintStream.println(char)
|