|
Compoze Software, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--javax.servlet.GenericServlet | +--javax.servlet.http.HttpServlet | +--com.compoze.util.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 javax.servlet.http.HttpServlet |
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, service |
Methods inherited from class javax.servlet.GenericServlet |
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log |
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 javax.servlet.ServletException, java.io.IOException
os
- the output stream to write byte data todata
- the byte data to writejavax.servlet.ServletException
- thrown to wrap underlying exceptionsjava.io.IOException
- if an i/o exception occurred
|
Compoze Software, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |