public class ServerInputStream
extends java.io.InputStream
| Constructor and Description |
|---|
ServerInputStream(java.io.InputStream in,
int available) |
public ServerInputStream(java.io.InputStream in,
int available)
JServ.public int read()
throws java.io.IOException
read in class java.io.InputStreamjava.io.IOExceptionJServ.public int read(byte[] b)
throws java.io.IOException
read in class java.io.InputStreamjava.io.IOExceptionJServ.public int read(byte[] b,
int off,
int len)
throws java.io.IOException
read in class java.io.InputStreamjava.io.IOExceptionJServ.public long skip(long n)
throws java.io.IOException
skip in class java.io.InputStreamjava.io.IOExceptionJServ.