public class CustomServletOutputStream extends ServletOutputStream
Constructor and Description |
---|
CustomServletOutputStream() |
Modifier and Type | Method and Description |
---|---|
byte[] |
getCopy() |
void |
write(byte[] b) |
void |
write(int b) |
public void write(int b) throws java.io.IOException
write
in class java.io.OutputStream
java.io.IOException
public void write(byte[] b) throws java.io.IOException
write
in class java.io.OutputStream
java.io.IOException
public byte[] getCopy()
Copyright © 2010 - 2020 Adobe. All Rights Reserved