org.apache.ajp.tomcat4
Class Ajp13InputStream
ServletInputStream
org.apache.ajp.tomcat4.Ajp13InputStream
public class Ajp13InputStream
extends ServletInputStream
available
public int available()
throws IOException
close
public void close()
throws IOException
mark
public void mark(int readLimit)
markSupported
public boolean markSupported()
read
public int read()
throws IOException
read
public int read(byte[] b,
int off,
int len)
throws IOException
reset
public void reset()
throws IOException
skip
public long skip(long n)
throws IOException
Copyright B) 2000-2003 Apache Software Foundation. All Rights Reserved.