org.apache.ajp.tomcat4

Class Ajp13OutputStream


public class Ajp13OutputStream
extends OutputStream

Method Summary

void
close()
void
flush()
void
write(byte[] b, int off, int len)
void
write(int b)

Method Details

close

public void close()
            throws IOException


flush

public void flush()
            throws IOException


write

public void write(byte[] b,
                  int off,
                  int len)
            throws IOException


write

public void write(int b)
            throws IOException


Copyright B) 2000-2003 Apache Software Foundation. All Rights Reserved.