|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.io.OutputStream
javax.servlet.ServletOutputStream
com.caucho.server.http.ServletOutputStreamImpl
public class ServletOutputStreamImpl
Implementation of the ServletOutputStream.
| Constructor Summary | |
|---|---|
ServletOutputStreamImpl()
|
|
| Method Summary | |
|---|---|
void |
close()
|
void |
flush()
|
void |
init(java.io.OutputStream out)
Initialize with the current response stream. |
void |
print(java.lang.String s)
Prints a string to the stream. |
java.lang.String |
toString()
|
void |
write(byte[] buf,
int offset,
int len)
Writes a byte buffer to the output stream. |
void |
write(int b)
Writes a byte to the output stream. |
| Methods inherited from class javax.servlet.ServletOutputStream |
|---|
print, print, print, print, print, print, println, println, println, println, println, println, println, println |
| Methods inherited from class java.io.OutputStream |
|---|
write |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ServletOutputStreamImpl()
| Method Detail |
|---|
public void init(java.io.OutputStream out)
public final void write(int b)
throws java.io.IOException
write in class java.io.OutputStreamjava.io.IOException
public final void write(byte[] buf,
int offset,
int len)
throws java.io.IOException
write in class java.io.OutputStreamjava.io.IOException
public void print(java.lang.String s)
throws java.io.IOException
print in class ServletOutputStreams - the string to write.
java.io.IOException
public final void flush()
throws java.io.IOException
flush in interface java.io.Flushableflush in class java.io.OutputStreamjava.io.IOException
public final void close()
throws java.io.IOException
close in interface java.io.Closeableclose in class java.io.OutputStreamjava.io.IOExceptionpublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||