|
Oracle | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectHttpServlet
com.compoze.util.ByteDataServlet
public abstract class ByteDataServlet
This class is a servlet that writes an array of bytes to the output stream.
| Constructor Summary | |
|---|---|
ByteDataServlet()
|
|
| Method Summary | |
|---|---|
void |
processData(java.io.OutputStream os,
byte[] data)
Handles the processing of byte data. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ByteDataServlet()
| Method Detail |
|---|
public void processData(java.io.OutputStream os,
byte[] data)
throws ServletException,
java.io.IOException
os - the output stream to write byte data todata - the byte data to write
ServletException - thrown to wrap underlying exceptions
java.io.IOException - if an i/o exception occurred
|
Oracle | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||