Uses of Class
org.ajax4jsf.io.FastBufferOutputStream

Packages that use FastBufferOutputStream
org.ajax4jsf.io Implementation of I/O streams based on buffers 
org.ajax4jsf.webapp Web application-related stuff: filters, parsers, etc. 
 

Uses of FastBufferOutputStream in org.ajax4jsf.io
 

Methods in org.ajax4jsf.io that return FastBufferOutputStream
 FastBufferOutputStream FastBufferWriter.convertToOutputStream()
          Returns instance of FastBufferOutputStream containing all data written to this writer.
 FastBufferOutputStream FastBufferWriter.convertToOutputStream(java.lang.String encoding)
          Returns instance of FastBufferOutputStream containing all data written to this writer.
 

Constructors in org.ajax4jsf.io with parameters of type FastBufferOutputStream
FastBufferInputStream(FastBufferOutputStream stream)
          Deprecated. 
 

Uses of FastBufferOutputStream in org.ajax4jsf.webapp
 

Fields in org.ajax4jsf.webapp declared as FastBufferOutputStream
protected  FastBufferOutputStream FilterServletResponseWrapper.byteStream
           
 



Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.