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

Definition at line 52 of file DotStuffInputStream.java.
Public Member Functions | |
| DotStuffInputStream (InputStream in) throws IOException | |
| int | read () throws IOException |
| Reads the next byte of data from this input stream. | |
| int | read (byte b[], int off, int len) throws IOException |
Reads up to len bytes of data from this input stream into an array of bytes. | |
| long | skip (long n) throws IOException |
Skips over and discards n bytes of data from the input stream. | |
Package Attributes | |
| InputStream | in |
| int | state = INIT |
| int | savec = -1 |
Static Package Attributes | |
| final byte | CR = (byte)'\r' |
| final byte | LF = (byte)'\n' |
| final byte | DT = (byte)'.' |
| final int | INIT = 0 |
| final int | END = 1 |
| final int | S1 = 2 |
| final int | S2 = 3 |
| final int | S3 = 4 |
| final int | S4 = 5 |
|
|
Definition at line 69 of file DotStuffInputStream.java. References com.quadcap.io.DotStuffInputStream.in. |
|
||||||||||||||||
|
Reads up to This method blocks until some input is available.
Definition at line 149 of file DotStuffInputStream.java. |
|
|
Reads the next byte of data from this input stream.
The value byte is returned as an
The
Definition at line 90 of file DotStuffInputStream.java. References com.quadcap.io.DotStuffInputStream.CR, com.quadcap.io.DotStuffInputStream.DT, com.quadcap.io.DotStuffInputStream.END, com.quadcap.io.DotStuffInputStream.in, com.quadcap.io.DotStuffInputStream.INIT, com.quadcap.io.DotStuffInputStream.LF, com.quadcap.io.DotStuffInputStream.S1, com.quadcap.io.DotStuffInputStream.S2, com.quadcap.io.DotStuffInputStream.S3, com.quadcap.io.DotStuffInputStream.S4, com.quadcap.io.DotStuffInputStream.savec, and com.quadcap.io.DotStuffInputStream.state. Referenced by com.quadcap.io.Test.testDot(). |
|
|
Skips over and discards
The
Definition at line 169 of file DotStuffInputStream.java. References com.quadcap.io.DotStuffInputStream.skip(). Referenced by com.quadcap.io.DotStuffInputStream.skip(). |
|
|
Definition at line 55 of file DotStuffInputStream.java. Referenced by com.quadcap.io.DotStuffInputStream.read(). |
|
|
Definition at line 57 of file DotStuffInputStream.java. Referenced by com.quadcap.io.DotStuffInputStream.read(). |
|
|
Definition at line 60 of file DotStuffInputStream.java. Referenced by com.quadcap.io.DotStuffInputStream.read(). |
|
|
Definition at line 53 of file DotStuffInputStream.java. Referenced by com.quadcap.io.DotStuffInputStream.DotStuffInputStream(), and com.quadcap.io.DotStuffInputStream.read(). |
|
|
Definition at line 59 of file DotStuffInputStream.java. Referenced by com.quadcap.io.DotStuffInputStream.read(). |
|
|
Definition at line 56 of file DotStuffInputStream.java. Referenced by com.quadcap.io.DotStuffInputStream.read(). |
|
|
Definition at line 61 of file DotStuffInputStream.java. Referenced by com.quadcap.io.DotStuffInputStream.read(). |
|
|
Definition at line 62 of file DotStuffInputStream.java. Referenced by com.quadcap.io.DotStuffInputStream.read(). |
|
|
Definition at line 63 of file DotStuffInputStream.java. Referenced by com.quadcap.io.DotStuffInputStream.read(). |
|
|
Definition at line 64 of file DotStuffInputStream.java. Referenced by com.quadcap.io.DotStuffInputStream.read(). |
|
|
Definition at line 67 of file DotStuffInputStream.java. Referenced by com.quadcap.io.DotStuffInputStream.read(). |
|
|
Definition at line 66 of file DotStuffInputStream.java. Referenced by com.quadcap.io.DotStuffInputStream.read(). |