org.apache.ajp.tomcat4

Class Ajp13InputStream


public class Ajp13InputStream
extends ServletInputStream

Method Summary

int
available()
void
close()
void
mark(int readLimit)
boolean
markSupported()
int
read()
int
read(byte[] b, int off, int len)
void
reset()
long
skip(long n)

Method Details

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.