org.apache.coyote.tomcat5
Class CoyoteOutputStream
ServletOutputStream
org.apache.coyote.tomcat5.CoyoteOutputStream
public class CoyoteOutputStream
extends ServletOutputStream
Coyote implementation of the servlet output stream.
- Costin Manolache
- Remy Maucherat
void | close()
|
void | flush() - Will send the buffer to the client.
|
void | print(String s)
|
void | write(byte[] b)
|
void | write(byte[] b, int off, int len)
|
void | write(int i)
|
CoyoteOutputStream
protected CoyoteOutputStream(OutputBuffer ob)
close
public void close()
throws IOException
flush
public void flush()
throws IOException
Will send the buffer to the client.
print
public void print(String s)
throws IOException
write
public void write(byte[] b)
throws IOException
write
public void write(byte[] b,
int off,
int len)
throws IOException
write
public void write(int i)
throws IOException
Copyright B) 2000-2003 Apache Software Foundation. All Rights Reserved.