com.liferay.faces.bridge.lifecycle
Class DelayedResponseOutputStream

java.lang.Object
  extended by java.io.OutputStream
      extended by java.io.ByteArrayOutputStream
          extended by com.liferay.faces.bridge.lifecycle.DelayedResponseOutputStream
All Implemented Interfaces:
Closeable, Flushable

public class DelayedResponseOutputStream
extends ByteArrayOutputStream

Author:
Neil Griffin

Field Summary
 
Fields inherited from class java.io.ByteArrayOutputStream
buf, count
 
Constructor Summary
DelayedResponseOutputStream()
           
 
Method Summary
 
Methods inherited from class java.io.ByteArrayOutputStream
close, reset, size, toByteArray, toString, toString, toString, write, write, writeTo
 
Methods inherited from class java.io.OutputStream
flush, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DelayedResponseOutputStream

public DelayedResponseOutputStream()


Copyright © 2014 Liferay, Inc.. All Rights Reserved.