public class StringResponseWrapper.AtomFeedOutputStream
extends javax.servlet.ServletOutputStream
AtomFeedOutputStream
allows for deferring
the data to another OutputStream
.Constructor and Description |
---|
StringResponseWrapper.AtomFeedOutputStream(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) |
isReady, print, print, print, print, print, print, print, println, println, println, println, println, println, println, println, setWriteListener
close, flush
public StringResponseWrapper.AtomFeedOutputStream(OutputStream out)
AtomFeedOutputStream
using the
specified output stream to write the data to.out
- The output streampublic void write(int b) throws IOException
write
in class OutputStream
IOException
public void write(byte[] b, int off, int len) throws IOException
write
in class OutputStream
IOException
public void write(byte[] b) throws IOException
write
in class OutputStream
IOException
"Copyright © 2006 - 2015 Adobe Systems Incorporated. All Rights Reserved"