org.apache.xmlrpc
Class ServerInputStream
InputStream
org.apache.xmlrpc.ServerInputStream
(package private) class ServerInputStream
extends InputStream
$Id: ServerInputStream.java 233919 2005-04-22 10:26:17Z hgomez $
available
private long available
in
private BufferedInputStream in
markedAvailable
private long markedAvailable
ServerInputStream
public ServerInputStream(BufferedInputStream in,
int available)
mark
public void mark(int readlimit)
markSupported
public boolean markSupported()
read
public int read()
throws IOException
read
public int read(b[] )
throws IOException
read
public int read(b[] ,
int off,
int len)
throws IOException
reset
public void reset()
throws IOException
skip
public long skip(long n)
throws IOException
Copyright B) 1999-2002 Apache Software Foundation. All Rights Reserved.