![]() |
Quadcap Embeddable Server |
Inheritance diagram for com.quadcap.io.LogOutputStream:

Definition at line 52 of file LogOutputStream.java.
Public Member Functions | |
| LogOutputStream (OutputStream os, OutputStream log, String prefix) | |
| Construct a new log output stream. | |
| synchronized void | write (int b) throws IOException |
| Write a byte. | |
| synchronized void | write (byte[] b, int off, int len) throws IOException |
| Write a buffer. | |
| synchronized void | write (byte[] b) throws IOException |
| Write a buffer. | |
| void | close () throws IOException |
| Close the underlying stream and the log output stream. | |
| void | flush () throws IOException |
| Flush the underlying stream. | |
Package Attributes | |
| OutputStream | out |
| OutputStream | log |
| byte[] | prefix |
| boolean | bol = true |
|
||||||||||||||||
|
Construct a new log output stream.
Definition at line 66 of file LogOutputStream.java. |
|
|
Close the underlying stream and the log output stream.
Definition at line 116 of file LogOutputStream.java. References com.quadcap.io.LogOutputStream.log, and com.quadcap.io.LogOutputStream.out. |
|
|
Flush the underlying stream.
Definition at line 126 of file LogOutputStream.java. References com.quadcap.io.LogOutputStream.out. |
|
|
Write a buffer.
Definition at line 107 of file LogOutputStream.java. |
|
||||||||||||||||
|
Write a buffer.
Definition at line 94 of file LogOutputStream.java. |
|
|
Write a byte.
Definition at line 78 of file LogOutputStream.java. References com.quadcap.io.LogOutputStream.bol, com.quadcap.io.LogOutputStream.log, com.quadcap.io.LogOutputStream.out, com.quadcap.io.LogOutputStream.prefix, and com.quadcap.io.LogOutputStream.write(). Referenced by com.quadcap.io.LogOutputStream.write(). |
|
|
Definition at line 56 of file LogOutputStream.java. Referenced by com.quadcap.io.LogOutputStream.write(). |
|
|
Definition at line 54 of file LogOutputStream.java. Referenced by com.quadcap.io.LogOutputStream.close(), and com.quadcap.io.LogOutputStream.write(). |
|
|
Definition at line 53 of file LogOutputStream.java. Referenced by com.quadcap.io.LogOutputStream.close(), com.quadcap.io.LogOutputStream.flush(), and com.quadcap.io.LogOutputStream.write(). |
|
|
Definition at line 55 of file LogOutputStream.java. Referenced by com.quadcap.io.LogOutputStream.write(). |