Package com.day.cq.commons.feed
Class StringResponseWrapper.AtomFeedOutputStream
java.lang.Object
java.io.OutputStream
javax.servlet.ServletOutputStream
com.day.cq.commons.feed.StringResponseWrapper.AtomFeedOutputStream
- All Implemented Interfaces:
Closeable,Flushable,AutoCloseable
- Enclosing class:
StringResponseWrapper
The
AtomFeedOutputStream allows for deferring
the data to another OutputStream.-
Constructor Summary
ConstructorsConstructorDescriptionCreates a newAtomFeedOutputStreamusing the specified output stream to write the data to. -
Method Summary
Methods inherited from class javax.servlet.ServletOutputStream
isReady, print, print, print, print, print, print, print, println, println, println, println, println, println, println, println, setWriteListenerMethods inherited from class java.io.OutputStream
close, flush, nullOutputStream
-
Constructor Details
-
AtomFeedOutputStream
Creates a newAtomFeedOutputStreamusing the specified output stream to write the data to.- Parameters:
out- The output stream
-
-
Method Details
-
write
- Specified by:
writein classOutputStream- Throws:
IOException
-
write
- Overrides:
writein classOutputStream- Throws:
IOException
-
write
- Overrides:
writein classOutputStream- Throws:
IOException
-