Class CustomServletOutputStream
- java.lang.Object
-
- java.io.OutputStream
-
- javax.servlet.ServletOutputStream
-
- com.adobe.forms.common.submitutils.CustomServletOutputStream
-
- All Implemented Interfaces:
java.io.Closeable
,java.io.Flushable
,java.lang.AutoCloseable
public class CustomServletOutputStream extends javax.servlet.ServletOutputStream
Created with IntelliJ IDEA. User: syr Date: 1/21/14 Time: 11:01 PM To change this template use File | Settings | File Templates.
-
-
Constructor Summary
Constructors Constructor Description CustomServletOutputStream()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
getCopy()
void
write(byte[] b)
void
write(int b)
-
-
-
Method Detail
-
write
public void write(int b) throws java.io.IOException
- Specified by:
write
in classjava.io.OutputStream
- Throws:
java.io.IOException
-
write
public void write(byte[] b) throws java.io.IOException
- Overrides:
write
in classjava.io.OutputStream
- Throws:
java.io.IOException
-
getCopy
public byte[] getCopy()
-
-