public class DataServletOutputStream
extends javax.servlet.ServletOutputStream
| Constructor and Description |
|---|
DataServletOutputStream(java.io.OutputStream out)
Contructor that sets the output stream.
|
| Modifier and Type | Method and Description |
|---|---|
void |
write(byte[] b) |
void |
write(byte[] b,
int off,
int len) |
void |
write(int i) |
public DataServletOutputStream(java.io.OutputStream out)
out - the output stream to capturepublic void write(int i)
throws java.io.IOException
write in class java.io.OutputStreamjava.io.IOExceptionpublic void write(byte[] b)
throws java.io.IOException
write in class java.io.OutputStreamjava.io.IOExceptionpublic void write(byte[] b,
int off,
int len)
throws java.io.IOException
write in class java.io.OutputStreamjava.io.IOExceptionCopyright © 2014 DuraSpace. All Rights Reserved.