public class StringResponseWrapper.AtomFeedOutputStream
extends ServletOutputStream
AtomFeedOutputStream allows for deferring
the data to another OutputStream.| Constructor and Description |
|---|
AtomFeedOutputStream(java.io.OutputStream out)
Creates a new
AtomFeedOutputStream using the
specified output stream to write the data to. |
| Modifier and Type | Method and Description |
|---|---|
void |
write(byte[] b) |
void |
write(byte[] b,
int off,
int len) |
void |
write(int b) |
"Copyright © 2010 - 2018 Adobe Systems Incorporated. All Rights Reserved"