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

Definition at line 55 of file LogWriter.java.
Public Member Functions | |
| LogWriter (Writer out, Writer log, String prefix) | |
| Construct a new log reader. | |
| synchronized void | write (int c) throws IOException |
| Read (and log) a byte. | |
| void | write (char[] cbuf, int off, int len) throws IOException |
| Read (and log) an array of bytes. | |
| void | flush () throws IOException |
| Flush the underlying stream(s). | |
| void | close () throws IOException |
| Close the underlying stream (but not the log stream!). | |
Package Attributes | |
| Writer | out |
| Writer | log |
| String | prefix |
| boolean | bol = true |
|
||||||||||||||||
|
Construct a new log reader.
Definition at line 69 of file LogWriter.java. |
|
|
Close the underlying stream (but not the log stream!).
Definition at line 109 of file LogWriter.java. References com.quadcap.io.LogWriter.out. |
|
|
Flush the underlying stream(s).
Definition at line 99 of file LogWriter.java. References com.quadcap.io.LogWriter.log, and com.quadcap.io.LogWriter.out. |
|
||||||||||||||||
|
Read (and log) an array of bytes.
Definition at line 90 of file LogWriter.java. |
|
|
Read (and log) a byte.
Definition at line 80 of file LogWriter.java. References com.quadcap.io.LogWriter.bol, com.quadcap.io.LogWriter.log, com.quadcap.io.LogWriter.out, com.quadcap.io.LogWriter.prefix, and com.quadcap.io.LogWriter.write(). Referenced by com.quadcap.io.LogWriter.write(). |
|
|
Definition at line 59 of file LogWriter.java. Referenced by com.quadcap.io.LogWriter.write(). |
|
|
Definition at line 57 of file LogWriter.java. Referenced by com.quadcap.io.LogWriter.flush(), and com.quadcap.io.LogWriter.write(). |
|
|
Definition at line 56 of file LogWriter.java. Referenced by com.quadcap.io.LogWriter.close(), com.quadcap.io.LogWriter.flush(), and com.quadcap.io.LogWriter.write(). |
|
|
Definition at line 58 of file LogWriter.java. Referenced by com.quadcap.io.LogWriter.write(). |