TcpServerThread.CachedInputStream
An input stream with a position.
| Methods |
| long |
getPos()
|
| long |
getPos()
|
| int |
read(byte[] buff, int off, int len)
|
| int |
read(byte[] buff, int off, int len) throws IOException
|
| int |
read()
|
| int |
read() throws IOException
|
| long |
skip(long n)
|
| long |
skip(long n) throws IOException
|
|