|
Framework Professional Edition Package |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface JspMagicWriter
This interface allow jsps write bytes to the client. JspWriter has write methods only for character data.
| Method Summary | |
|---|---|
void |
write(byte[] bytes)
Writes the specified bytes into the response output. |
void |
write(byte[] bytes,
int start,
int len)
Writes the specified bytes into the response writer. |
| Method Detail |
|---|
void write(byte[] bytes,
int start,
int len)
throws java.io.IOException
bytes - to be writtenstart - offset to get byteslen - number of bytes to write
java.io.IOException
void write(byte[] bytes)
throws java.io.IOException
bytes - to be written
java.io.IOException
|
Framework Professional Edition Package |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||