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

Definition at line 54 of file LogInputStream.java.
Public Member Functions | |
| LogInputStream (InputStream is, OutputStream log, String prefix) | |
| Construct a new log input stream. | |
| synchronized int | read () throws IOException |
| Read (and log) a byte. | |
| void | close () throws IOException |
| Close the underlying stream and the log output stream. | |
Package Attributes | |
| InputStream | in |
| OutputStream | log |
| byte[] | prefix |
| boolean | bol = true |
|
||||||||||||||||
|
Construct a new log input stream.
Definition at line 68 of file LogInputStream.java. |
|
|
Close the underlying stream and the log output stream.
Definition at line 92 of file LogInputStream.java. References com.quadcap.io.LogInputStream.in, and com.quadcap.io.LogInputStream.log. |
|
|
Read (and log) a byte.
Definition at line 79 of file LogInputStream.java. References com.quadcap.io.LogInputStream.bol, com.quadcap.io.LogInputStream.in, com.quadcap.io.LogInputStream.log, and com.quadcap.io.LogInputStream.prefix. |
|
|
Definition at line 58 of file LogInputStream.java. Referenced by com.quadcap.io.LogInputStream.read(). |
|
|
Definition at line 55 of file LogInputStream.java. Referenced by com.quadcap.io.LogInputStream.close(), and com.quadcap.io.LogInputStream.read(). |
|
|
Definition at line 56 of file LogInputStream.java. Referenced by com.quadcap.io.LogInputStream.close(), and com.quadcap.io.LogInputStream.read(). |
|
|
Definition at line 57 of file LogInputStream.java. Referenced by com.quadcap.io.LogInputStream.read(). |