Liferay 6.0.5

com.liferay.portal.kernel.servlet
Class PipingServletOutputStream

java.lang.Object
  extended by java.io.OutputStream
      extended by javax.servlet.ServletOutputStream
          extended by com.liferay.portal.kernel.servlet.PipingServletOutputStream
All Implemented Interfaces:
Closeable, Flushable

public class PipingServletOutputStream
extends javax.servlet.ServletOutputStream


Constructor Summary
PipingServletOutputStream(OutputStream outputStream)
           
 
Method Summary
 void close()
           
 boolean isClosed()
           
 void write(byte[] byteArray)
           
 void write(byte[] byteArray, int offset, int length)
           
 void write(int i)
           
 
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
flush
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PipingServletOutputStream

public PipingServletOutputStream(OutputStream outputStream)
Method Detail

close

public void close()
           throws IOException
Specified by:
close in interface Closeable
Overrides:
close in class OutputStream
Throws:
IOException

isClosed

public boolean isClosed()

write

public void write(byte[] byteArray)
           throws IOException
Overrides:
write in class OutputStream
Throws:
IOException

write

public void write(byte[] byteArray,
                  int offset,
                  int length)
           throws IOException
Overrides:
write in class OutputStream
Throws:
IOException

write

public void write(int i)
           throws IOException
Specified by:
write in class OutputStream
Throws:
IOException

Liferay 6.0.5