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

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