ro.isdc.wro.http.support
Class DelegatingServletOutputStream

java.lang.Object
  extended by java.io.OutputStream
      extended by javax.servlet.ServletOutputStream
          extended by ro.isdc.wro.http.support.DelegatingServletOutputStream
All Implemented Interfaces:
Closeable, Flushable

public class DelegatingServletOutputStream
extends javax.servlet.ServletOutputStream

Delegating implementation of ServletOutputStream.

Author:
Alex Objelean

Constructor Summary
DelegatingServletOutputStream(OutputStream targetStream)
          Create a DelegatingServletOutputStream for the given target stream.
 
Method Summary
 void close()
          
 void flush()
          
 OutputStream getTargetStream()
          Return the underlying target stream (never null).
 void write(int b)
          
 
Methods inherited from class javax.servlet.ServletOutputStream
print, print, print, print, print, print, print, println, println, println, println, println, println, println, println
 
Methods inherited from class java.io.OutputStream
write, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DelegatingServletOutputStream

public DelegatingServletOutputStream(OutputStream targetStream)
Create a DelegatingServletOutputStream for the given target stream.

Parameters:
targetStream - the target stream (never null)
Method Detail

getTargetStream

public final OutputStream getTargetStream()
Return the underlying target stream (never null).


write

public void write(int b)
           throws IOException

Specified by:
write in class OutputStream
Throws:
IOException

flush

public void flush()
           throws IOException

Specified by:
flush in interface Flushable
Overrides:
flush in class OutputStream
Throws:
IOException

close

public void close()
           throws IOException

Specified by:
close in interface Closeable
Overrides:
close in class OutputStream
Throws:
IOException


Copyright © 2008-2013. All Rights Reserved.