Uses of Class
com.caucho.vfs.WriteStream

Packages that use WriteStream
com.caucho.amqp.common   
com.caucho.amqp.io   
com.caucho.bytecode   
com.caucho.config.el   
com.caucho.db.debug   
com.caucho.distcache   
com.caucho.el   
com.caucho.env.distcache   
com.caucho.env.log   
com.caucho.http.log   
com.caucho.java Java compilation and auto-compile classloader 
com.caucho.java.gen   
com.caucho.jms.message   
com.caucho.jsmp   
com.caucho.json   
com.caucho.jsp.el   
com.caucho.jsp.java   
com.caucho.log   
com.caucho.network.balance   
com.caucho.network.listen   
com.caucho.quercus   
com.caucho.quercus.env   
com.caucho.quercus.lib.file   
com.caucho.quercus.lib.pdf   
com.caucho.quercus.lib.simplexml   
com.caucho.quercus.lib.spl   
com.caucho.quercus.program   
com.caucho.quercus.resources   
com.caucho.quercus.servlet   
com.caucho.remote.websocket   
com.caucho.server.distcache   
com.caucho.server.hmux   
com.caucho.server.http   
com.caucho.servlets.ssi   
com.caucho.servlets.webdav   
com.caucho.util Assorted utilities 
com.caucho.vfs Resin's Virtual File System. 
com.caucho.xml XML parsing and printing package. 
com.caucho.xml.stream   
com.caucho.xml2   
com.caucho.xpath.pattern   
 

Uses of WriteStream in com.caucho.amqp.common
 

Constructors in com.caucho.amqp.common with parameters of type WriteStream
AmqpConnectionHandler(AmqpLinkFactory linkFactory, ReadStream is, WriteStream os)
           
 

Uses of WriteStream in com.caucho.amqp.io
 

Methods in com.caucho.amqp.io with parameters of type WriteStream
 void AmqpFrameWriter.init(WriteStream os)
           
 

Constructors in com.caucho.amqp.io with parameters of type WriteStream
AmqpConnectionWriter(WriteStream os)
           
AmqpFrameWriter(WriteStream os)
           
AmqpStreamWriter(WriteStream os)
           
 

Uses of WriteStream in com.caucho.bytecode
 

Methods in com.caucho.bytecode with parameters of type WriteStream
 void JavaClass.write(WriteStream os)
          Writes the class to the output.
 

Uses of WriteStream in com.caucho.config.el
 

Methods in com.caucho.config.el with parameters of type WriteStream
 boolean CandiExpr.print(WriteStream out, ELContext env, boolean escapeXml)
           
 void CandiExpr.printCreate(WriteStream os)
           
 

Uses of WriteStream in com.caucho.db.debug
 

Methods in com.caucho.db.debug with parameters of type WriteStream
 void DebugStore.test(WriteStream out)
           
 

Uses of WriteStream in com.caucho.distcache
 

Methods in com.caucho.distcache with parameters of type WriteStream
 boolean AbstractCache.loadData(long valueIndex, WriteStream os)
           
 

Uses of WriteStream in com.caucho.el
 

Methods in com.caucho.el with parameters of type WriteStream
 boolean AbstractBooleanExpr.print(WriteStream out, ELContext env, boolean isEscaped)
          Evalutes directly to the output.
 boolean Expr.print(WriteStream out, ELContext env, boolean escapeXml)
          Evaluates directly to the output.
 boolean InterpolateExpr.print(WriteStream out, ELContext env, boolean escapeXml)
          Prints the interpolated value directly to the output.
 boolean LongLiteral.print(WriteStream out, ELContext env, boolean isEscaped)
          Evalutes directly to the output.
 boolean NullLiteral.print(WriteStream out, ELContext env, boolean isEscaped)
          Evalutes directly to the output.
 boolean StringLiteral.print(WriteStream out, ELContext env, boolean isEscape)
          Evalutes directly to the output.
 void AddExpr.printCreate(WriteStream os)
          Prints the Java code to recreate an LongLiteral.
 void ArrayExpr.printCreate(WriteStream os)
          Prints the code to create an LongLiteral.
 void ArrayResolverExpr.printCreate(WriteStream os)
          Prints the code to create an LongLiteral.
 void BinaryExpr.printCreate(WriteStream os)
          Prints the Java code to recreate an LongLiteral.
 void BooleanExpr.printCreate(WriteStream os)
          Prints the Java code to recreate a BooleanExpr
 void BooleanLiteral.printCreate(WriteStream os)
          Prints the Java code to recreate the BooleanLiteral.
 void CmpExpr.printCreate(WriteStream os)
          Prints the code to create an LongLiteral.
 void ConditionalExpr.printCreate(WriteStream os)
          Prints the Java code to recreate the expr
 void ConditionalNullExpr.printCreate(WriteStream os)
          Prints the Java code to recreate the expr
 void DivExpr.printCreate(WriteStream os)
          Prints the Java code to recreate an LongLiteral.
 void DoubleLiteral.printCreate(WriteStream os)
          Prints the *.java code to create an DoubleLiteral.
 void EqExpr.printCreate(WriteStream os)
          Prints the code to create an LongLiteral.
 void Expr.printCreate(WriteStream os)
          Generates the code to regenerate the expression.
 void FunctionExpr.printCreate(WriteStream os)
          Prints the code to create an LongLiteral.
 void GeExpr.printCreate(WriteStream os)
          Prints the code to create an LongLiteral.
 void GtExpr.printCreate(WriteStream os)
          Prints the code to create an LongLiteral.
 void IdExpr.printCreate(WriteStream os)
          Prints the code to create an IdExpr.
 void InterpolateExpr.printCreate(WriteStream os)
          Prints the code to create an LongLiteral.
 void LeExpr.printCreate(WriteStream os)
          Prints the code to create an LongLiteral.
 void LongLiteral.printCreate(WriteStream os)
          Prints the code to create an LongLiteral.
 void LtExpr.printCreate(WriteStream os)
          Prints the code to create an LongLiteral.
 void MatchesExpr.printCreate(WriteStream os)
          Prints the code to create an LongLiteral.
 void MethodExpr.printCreate(WriteStream os)
          Prints the code to create an LongLiteral.
 void MinusExpr.printCreate(WriteStream os)
          Prints the Java code to recreate the UnaryExpr.
 void ModExpr.printCreate(WriteStream os)
          Prints the Java code to recreate an LongLiteral.
 void MulExpr.printCreate(WriteStream os)
          Prints the Java code to recreate an LongLiteral.
 void NeExpr.printCreate(WriteStream os)
          Prints the code to create an LongLiteral.
 void NullLiteral.printCreate(WriteStream os)
          Prints the code to create an LongLiteral.
 void PathExpr.printCreate(WriteStream os)
          Prints the code to create an LongLiteral.
 void StaticMethodExpr.printCreate(WriteStream os)
          Prints the code to create an LongLiteral.
 void StringLiteral.printCreate(WriteStream os)
          Prints the code to create an LongLiteral.
 void SubExpr.printCreate(WriteStream os)
          Prints the Java code to recreate an LongLiteral.
 void UnaryExpr.printCreate(WriteStream os)
          Prints the Java code to recreate the UnaryExpr.
 void ValueExpr.printCreate(WriteStream os)
          Prints the code to create an IdExpr.
static void Expr.printEscaped(WriteStream os, ReadStream is)
          Write to the *.java stream escaping Java reserved characters.
static void Expr.printEscapedString(WriteStream os, java.lang.String string)
          Write to the *.java stream escaping Java reserved characters.
static void Expr.toStream(WriteStream out, java.lang.Object value)
          Write to the stream.
static void Expr.toStreamEscaped(WriteStream out, java.lang.Object value)
          Write to the stream escaping XML reserved characters.
 

Uses of WriteStream in com.caucho.env.distcache
 

Methods in com.caucho.env.distcache with parameters of type WriteStream
 boolean CacheDataBacking.loadData(long valueDataId, WriteStream os)
           
 

Uses of WriteStream in com.caucho.env.log
 

Methods in com.caucho.env.log that return WriteStream
 WriteStream LogSystem.openLogStream(long timestamp, java.lang.String fullType, java.lang.String name, java.util.logging.Level level)
           
 WriteStream LogSystem.openLogStream(java.lang.String fullType)
           
 

Uses of WriteStream in com.caucho.http.log
 

Fields in com.caucho.http.log declared as WriteStream
protected  WriteStream AbstractErrorLog.logStream
           
 

Methods in com.caucho.http.log that return WriteStream
 WriteStream AbstractErrorLog.getLogStream()
          Returns the access-log's path.
 

Methods in com.caucho.http.log with parameters of type WriteStream
 void AbstractErrorLog.setLogStream(WriteStream os)
          Sets the access-log's path.
 

Uses of WriteStream in com.caucho.java
 

Methods in com.caucho.java that return WriteStream
 WriteStream JavaWriter.getWriteStream()
          Returns the underlying stream.
 

Constructors in com.caucho.java with parameters of type WriteStream
JavaWriter(WriteStream os)
           
LineMapWriter(WriteStream os)
          Creates the writer.
 

Uses of WriteStream in com.caucho.java.gen
 

Methods in com.caucho.java.gen that return WriteStream
 WriteStream JavaWriterWrapper.getWriteStream()
          Returns the underlying stream.
 

Uses of WriteStream in com.caucho.jms.message
 

Methods in com.caucho.jms.message that return WriteStream
protected  WriteStream BytesMessageImpl.getWriteStream()
           
 

Methods in com.caucho.jms.message with parameters of type WriteStream
 void MessageFactory.writeHeader(WriteStream out, Message msg)
           
 

Uses of WriteStream in com.caucho.jsmp
 

Constructors in com.caucho.jsmp with parameters of type WriteStream
JsmpWebSocketWriter(WriteStream out)
           
 

Uses of WriteStream in com.caucho.json
 

Constructors in com.caucho.json with parameters of type WriteStream
JsonOutput(WriteStream out)
           
 

Uses of WriteStream in com.caucho.jsp.el
 

Methods in com.caucho.jsp.el with parameters of type WriteStream
 void ImplicitFieldExpr.printCreate(WriteStream os)
          Prints the code to create an IdExpr.
 void ImplicitObjectExpr.printCreate(WriteStream os)
          Prints the code to create an IdExpr.
 

Uses of WriteStream in com.caucho.jsp.java
 

Methods in com.caucho.jsp.java with parameters of type WriteStream
 void JspNode.printJspId(WriteStream os)
          Prints the jsp:id
 void GenericTag.printXml(WriteStream os)
          Generates the XML text representation for the tag validation.
 void JsfFacetNode.printXml(WriteStream os)
          Generates the XML text representation for the tag validation.
 void JsfPhaseListener.printXml(WriteStream os)
           
 void JsfTagNode.printXml(WriteStream os)
          Generates the XML text representation for the tag validation.
 void JsfViewRoot.printXml(WriteStream os)
          Generates the XML text representation for the tag validation.
 void JspAttribute.printXml(WriteStream os)
          Generates the XML text representation for the tag validation.
 void JspBody.printXml(WriteStream os)
          Generates the XML text representation for the tag validation.
 void JspDeclaration.printXml(WriteStream os)
          Generates the XML text representation for the tag validation.
 void JspDirectiveAttribute.printXml(WriteStream os)
          Generates the XML text representation for the tag validation.
 void JspDirectiveInclude.printXml(WriteStream os)
          Generates the XML text representation for the tag validation.
 void JspDirectivePage.printXml(WriteStream os)
          Generates the XML text representation for the tag validation.
 void JspDirectiveTag.printXml(WriteStream os)
          Generates the XML text representation for the tag validation.
 void JspDirectiveTaglib.printXml(WriteStream os)
          Generates the XML text representation for the tag validation.
 void JspDirectiveVariable.printXml(WriteStream os)
          Generates the XML text representation for the tag validation.
 void JspDoBody.printXml(WriteStream os)
          Generates the XML text representation for the tag validation.
 void JspElement.printXml(WriteStream os)
          Generates the XML text representation for the tag validation.
 void JspExpression.printXml(WriteStream os)
          Generates the XML text representation for the tag validation.
 void JspFallback.printXml(WriteStream os)
          Generates the XML text representation for the tag validation.
 void JspForward.printXml(WriteStream os)
          Generates the XML text representation for the tag validation.
 void JspGetProperty.printXml(WriteStream os)
          Generates the XML text representation for the tag validation.
 void JspInclude.printXml(WriteStream os)
          Generates the XML text representation for the tag validation.
 void JspInvoke.printXml(WriteStream os)
          Generates the XML text representation for the tag validation.
abstract  void JspNode.printXml(WriteStream os)
          Generates the XML text representation for the tag validation.
 void JspOutput.printXml(WriteStream os)
          Generates the XML text representation for the tag validation.
 void JspParam.printXml(WriteStream os)
          Generates the XML text representation for the tag validation.
 void JspParams.printXml(WriteStream os)
          Generates the XML text representation for the tag validation.
 void JspPlugin.printXml(WriteStream os)
          Generates the XML text representation for the tag validation.
 void JspRoot.printXml(WriteStream os)
          Generates the XML text representation for the tag validation.
 void JspScriptlet.printXml(WriteStream os)
          Generates the XML text representation for the tag validation.
 void JspSetProperty.printXml(WriteStream os)
          Generates the XML text representation for the tag validation.
 void JspText.printXml(WriteStream os)
          Generates the XML text representation for the tag validation.
 void JspTextNode.printXml(WriteStream os)
          Generates the XML text representation for the tag validation.
 void JspTop.printXml(WriteStream os)
          Generates the XML text representation for the tag validation.
 void JspUseBean.printXml(WriteStream os)
          Generates the XML text representation for the tag validation.
 void JspXmlElement.printXml(WriteStream os)
          Generates the XML text representation for the tag validation.
 void JstlCoreCatch.printXml(WriteStream os)
          Generates the XML text representation for the tag validation.
 void JstlCoreChoose.printXml(WriteStream os)
          Generates the XML text representation for the tag validation.
 void JstlCoreForEach.printXml(WriteStream os)
          Generates the XML text representation for the tag validation.
 void JstlCoreIf.printXml(WriteStream os)
          Generates the XML text representation for the tag validation.
 void JstlCoreOtherwise.printXml(WriteStream os)
          Generates the XML text representation for the tag validation.
 void JstlCoreOut.printXml(WriteStream os)
          Generates the XML text representation for the tag validation.
 void JstlCoreRemove.printXml(WriteStream os)
          Generates the XML text representation for the tag validation.
 void JstlCoreRtWhen.printXml(WriteStream os)
          Generates the XML text representation for the tag validation.
 void JstlCoreSet.printXml(WriteStream os)
          Generates the XML text representation for the tag validation.
 void JstlCoreWhen.printXml(WriteStream os)
          Generates the XML text representation for the tag validation.
 void JstlFmtBundle.printXml(WriteStream os)
          Generates the XML text representation for the tag validation.
 void JstlFmtMessage.printXml(WriteStream os)
          Generates the XML text representation for the tag validation.
 void JstlFmtParam.printXml(WriteStream os)
          Generates the XML text representation for the tag validation.
 void JstlFmtSetBundle.printXml(WriteStream os)
          Generates the XML text representation for the tag validation.
 void JstlXmlIf.printXml(WriteStream os)
          Generates the XML text representation for the tag validation.
 void JstlXmlOut.printXml(WriteStream os)
          Generates the XML text representation for the tag validation.
 void JstlXmlSet.printXml(WriteStream os)
          Generates the XML text representation for the tag validation.
 void JstlXmlWhen.printXml(WriteStream os)
          Generates the XML text representation for the tag validation.
 void NullTag.printXml(WriteStream os)
          Generates the XML text representation for the tag validation.
 void StaticText.printXml(WriteStream os)
          Generates the XML text representation for the tag validation.
 void JspNode.printXmlAttribute(WriteStream os, java.lang.String name, java.lang.String text)
          Generates the XML text representation for the tag validation.
 void JspContainerNode.printXmlChildren(WriteStream os)
          Generates the XML text representation for the tag validation.
protected  java.lang.String JspNode.printXmlOpen(WriteStream os, java.lang.String ns, java.lang.String localName)
           
 void JspNode.printXmlText(WriteStream os, java.lang.String text)
          Generates the XML text representation for the tag validation.
 

Constructors in com.caucho.jsp.java with parameters of type WriteStream
JspJavaWriter(WriteStream os, JavaJspGenerator gen)
           
 

Uses of WriteStream in com.caucho.log
 

Methods in com.caucho.log that return WriteStream
static WriteStream EnvironmentStream.getOriginalSystemErr()
          Returns the original System.out writer
static WriteStream EnvironmentStream.getOriginalSystemOut()
          Returns the original System.out writer
 WriteStream RotateStream.getStream()
          Gets the current write stream
 

Methods in com.caucho.log with parameters of type WriteStream
protected  void AbstractLogHandler.printMessage(WriteStream os, java.lang.String message, java.lang.Object[] parameters)
           
 void TimestampFilter.setStream(WriteStream stream)
           
 

Constructors in com.caucho.log with parameters of type WriteStream
StreamHandler(WriteStream os)
           
TimestampFilter(WriteStream out, java.lang.String timestamp)
          Create listener.
 

Uses of WriteStream in com.caucho.network.balance
 

Methods in com.caucho.network.balance that return WriteStream
 WriteStream ClientSocket.getOutputStream()
          Returns the write stream.
 WriteStream ClientSocketApi.getOutputStream()
          Returns the write stream.
 

Uses of WriteStream in com.caucho.network.listen
 

Methods in com.caucho.network.listen that return WriteStream
 WriteStream AbstractSocketLink.getWriteStream()
          Returns the connection's buffered write stream.
 WriteStream SocketLink.getWriteStream()
          Returns the connection's buffered write stream.
 WriteStream SocketLinkDuplexController.getWriteStream()
          Returns the write stream.
 

Uses of WriteStream in com.caucho.quercus
 

Methods in com.caucho.quercus with parameters of type WriteStream
 Env CgiQuercus.createEnv(QuercusPage page, WriteStream out, HttpServletRequest request, HttpServletResponse response)
           
 Env CliQuercus.createEnv(QuercusPage page, WriteStream out, HttpServletRequest request, HttpServletResponse response)
           
 Env GoogleQuercus.createEnv(QuercusPage page, WriteStream out, HttpServletRequest request, HttpServletResponse response)
           
 Env QuercusContext.createEnv(QuercusPage page, WriteStream out, HttpServletRequest request, HttpServletResponse response)
           
 

Uses of WriteStream in com.caucho.quercus.env
 

Methods in com.caucho.quercus.env that return WriteStream
 WriteStream Env.getOriginalOut()
          Returns the writer.
 WriteStream Env.getOut()
          Returns the writer.
 WriteStream OutputBuffer.getOut()
          Returns the writer.
 

Methods in com.caucho.quercus.env with parameters of type WriteStream
 void LargeStringBuilderValue.print(Env env, WriteStream out)
          Prints the value.
 void StringBuilderValue.print(Env env, WriteStream out)
          Prints the value.
 void Value.print(Env env, WriteStream out)
          Prints the value.
 void Var.print(Env env, WriteStream out)
          Prints the value.
protected  void Value.printDepth(WriteStream out, int depth)
           
 void Value.printR(Env env, WriteStream out, int depth, java.util.IdentityHashMap<Value,java.lang.String> valueSet)
           
protected  void ArrayValue.printREntry(Env env, WriteStream out, int depth, java.util.IdentityHashMap<Value,java.lang.String> valueSet, java.util.Map.Entry<Value,Value> mapEntry)
           
protected  void ArgRef.printRImpl(Env env, WriteStream out, int depth, java.util.IdentityHashMap<Value,java.lang.String> valueSet)
           
protected  void ArgValue.printRImpl(Env env, WriteStream out, int depth, java.util.IdentityHashMap<Value,java.lang.String> valueSet)
           
protected  void ArrayValue.printRImpl(Env env, WriteStream out, int depth, java.util.IdentityHashMap<Value,java.lang.String> valueSet)
           
protected  void ArrayValue.Entry.printRImpl(Env env, WriteStream out, int depth, java.util.IdentityHashMap<Value,java.lang.String> valueSet)
           
protected  void JavaAdapter.printRImpl(Env env, WriteStream out, int depth, java.util.IdentityHashMap<Value,java.lang.String> valueSet)
           
protected  void JavaValue.printRImpl(Env env, WriteStream out, int depth, java.util.IdentityHashMap<Value,java.lang.String> valueSet)
           
protected  void ObjectExtJavaValue.printRImpl(Env env, WriteStream out, int depth, java.util.IdentityHashMap<Value,java.lang.String> valueSet)
           
protected  void ObjectExtValue.printRImpl(Env env, WriteStream out, int depth, java.util.IdentityHashMap<Value,java.lang.String> valueSet)
           
protected  void ObjectExtValue.Entry.printRImpl(Env env, WriteStream out, int depth, java.util.IdentityHashMap<Value,java.lang.String> valueSet)
           
protected  void ResourceValue.printRImpl(Env env, WriteStream out, int depth, java.util.IdentityHashMap<Value,java.lang.String> valueSet)
           
protected  void ServerArrayValue.printRImpl(Env env, WriteStream out, int depth, java.util.IdentityHashMap<Value,java.lang.String> valueSet)
           
protected  void Value.printRImpl(Env env, WriteStream out, int depth, java.util.IdentityHashMap<Value,java.lang.String> valueSet)
           
protected  void Var.printRImpl(Env env, WriteStream out, int depth, java.util.IdentityHashMap<Value,java.lang.String> valueSet)
           
 void Value.varDump(Env env, WriteStream out, int depth, java.util.IdentityHashMap<Value,java.lang.String> valueSet)
           
protected  void ArrayValue.varDumpEntry(Env env, WriteStream out, int depth, java.util.IdentityHashMap<Value,java.lang.String> valueSet, java.util.Map.Entry<Value,Value> mapEntry)
           
 void ArgRef.varDumpImpl(Env env, WriteStream out, int depth, java.util.IdentityHashMap<Value,java.lang.String> valueSet)
           
protected  void ArgValue.varDumpImpl(Env env, WriteStream out, int depth, java.util.IdentityHashMap<Value,java.lang.String> valueSet)
           
 void ArrayValue.varDumpImpl(Env env, WriteStream out, int depth, java.util.IdentityHashMap<Value,java.lang.String> valueSet)
           
 void ArrayValue.Entry.varDumpImpl(Env env, WriteStream out, int depth, java.util.IdentityHashMap<Value,java.lang.String> valueSet)
           
 void BinaryBuilderValue.varDumpImpl(Env env, WriteStream out, int depth, java.util.IdentityHashMap<Value,java.lang.String> valueSet)
           
 void BooleanValue.varDumpImpl(Env env, WriteStream out, int depth, java.util.IdentityHashMap<Value,java.lang.String> valueSet)
           
 void BreakValue.varDumpImpl(Env env, WriteStream out, int depth, java.util.IdentityHashMap<Value,java.lang.String> valueSet)
           
 void CallbackClassMethod.varDumpImpl(Env env, WriteStream out, int depth, java.util.IdentityHashMap<Value,java.lang.String> valueSet)
           
 void CallbackObjectMethod.varDumpImpl(Env env, WriteStream out, int depth, java.util.IdentityHashMap<Value,java.lang.String> valueSet)
           
 void DoubleValue.varDumpImpl(Env env, WriteStream out, int depth, java.util.IdentityHashMap<Value,java.lang.String> valueSet)
           
 void JavaAdapter.varDumpImpl(Env env, WriteStream out, int depth, java.util.IdentityHashMap<Value,java.lang.String> valueSet)
           
 void JavaAdapterVar.varDumpImpl(Env env, WriteStream out, int depth, java.util.IdentityHashMap<Value,java.lang.String> valueSet)
           
protected  void JavaValue.varDumpImpl(Env env, WriteStream out, int depth, java.util.IdentityHashMap<Value,java.lang.String> valueSet)
           
 void LargeStringBuilderValue.varDumpImpl(Env env, WriteStream out, int depth, java.util.IdentityHashMap<Value,java.lang.String> valueSet)
           
 void LongValue.varDumpImpl(Env env, WriteStream out, int depth, java.util.IdentityHashMap<Value,java.lang.String> valueSet)
           
 void NullValue.varDumpImpl(Env env, WriteStream out, int depth, java.util.IdentityHashMap<Value,java.lang.String> valueSet)
           
 void ObjectExtJavaValue.varDumpImpl(Env env, WriteStream out, int depth, java.util.IdentityHashMap<Value,java.lang.String> valueSet)
           
 void ObjectExtValue.varDumpImpl(Env env, WriteStream out, int depth, java.util.IdentityHashMap<Value,java.lang.String> valueSet)
           
 void ObjectExtValue.Entry.varDumpImpl(Env env, WriteStream out, int depth, java.util.IdentityHashMap<Value,java.lang.String> valueSet)
           
protected  void ResourceValue.varDumpImpl(Env env, WriteStream out, int depth, java.util.IdentityHashMap<Value,java.lang.String> valueSet)
           
 void ServerArrayValue.varDumpImpl(Env env, WriteStream out, int depth, java.util.IdentityHashMap<Value,java.lang.String> valueSet)
           
 void StringBuilderValue.varDumpImpl(Env env, WriteStream out, int depth, java.util.IdentityHashMap<Value,java.lang.String> valueSet)
           
abstract  void StringValue.varDumpImpl(Env env, WriteStream out, int depth, java.util.IdentityHashMap<Value,java.lang.String> valueSet)
           
 void UnicodeValue.varDumpImpl(Env env, WriteStream out, int depth, java.util.IdentityHashMap<Value,java.lang.String> valueSet)
           
protected  void Value.varDumpImpl(Env env, WriteStream out, int depth, java.util.IdentityHashMap<Value,java.lang.String> valueSet)
           
 void Var.varDumpImpl(Env env, WriteStream out, int depth, java.util.IdentityHashMap<Value,java.lang.String> valueSet)
           
 void ObjectValue.varDumpObject(Env env, WriteStream out, int depth, java.util.IdentityHashMap<Value,java.lang.String> valueSet)
           
 

Constructors in com.caucho.quercus.env with parameters of type WriteStream
CgiEnv(QuercusContext quercus, QuercusPage page, WriteStream out, HttpServletRequest request, HttpServletResponse response)
           
CliEnv(QuercusContext quercus, QuercusPage page, WriteStream out, java.lang.String[] argv)
           
Env(QuercusContext quercus, QuercusPage page, WriteStream out, HttpServletRequest request, HttpServletResponse response)
           
GoogleEnv(QuercusContext quercus, QuercusPage page, WriteStream out, HttpServletRequest request, HttpServletResponse response)
           
 

Uses of WriteStream in com.caucho.quercus.lib.file
 

Methods in com.caucho.quercus.lib.file with parameters of type WriteStream
 void BufferedBinaryInputOutput.init(ReadStream is, WriteStream os)
           
 

Uses of WriteStream in com.caucho.quercus.lib.pdf
 

Methods in com.caucho.quercus.lib.pdf with parameters of type WriteStream
 void PDFStream.writeToStream(WriteStream os)
           
 

Uses of WriteStream in com.caucho.quercus.lib.simplexml
 

Methods in com.caucho.quercus.lib.simplexml with parameters of type WriteStream
protected  void SimpleXMLElement.printDepth(WriteStream out, int depth)
           
 void SimpleXMLElement.varDumpImpl(Env env, Value obj, WriteStream out, int depth, java.util.IdentityHashMap<Value,java.lang.String> valueSet)
          var_dump() implementation
 

Uses of WriteStream in com.caucho.quercus.lib.spl
 

Methods in com.caucho.quercus.lib.spl with parameters of type WriteStream
 void ArrayObject.printRImpl(Env env, WriteStream out, int depth, java.util.IdentityHashMap<Value,java.lang.String> valueSet)
           
 void ArrayIterator.varDumpImpl(Env env, Value obj, WriteStream out, int depth, java.util.IdentityHashMap<Value,java.lang.String> valueSet)
           
 void ArrayObject.varDumpImpl(Env env, Value object, WriteStream out, int depth, java.util.IdentityHashMap<Value,java.lang.String> valueSet)
           
 

Uses of WriteStream in com.caucho.quercus.program
 

Methods in com.caucho.quercus.program with parameters of type WriteStream
 boolean JavaClassDef.printRImpl(Env env, java.lang.Object obj, WriteStream out, int depth, java.util.IdentityHashMap<Value,java.lang.String> valueSet)
           
 boolean JavaClassDef.varDumpImpl(Env env, Value obj, java.lang.Object javaObj, WriteStream out, int depth, java.util.IdentityHashMap<Value,java.lang.String> valueSet)
           
 

Uses of WriteStream in com.caucho.quercus.resources
 

Methods in com.caucho.quercus.resources with parameters of type WriteStream
protected  void StreamReadWrite.init(ReadStream is, WriteStream os)
           
 

Constructors in com.caucho.quercus.resources with parameters of type WriteStream
StreamReadWrite(Env env, ReadStream is, WriteStream os)
           
 

Uses of WriteStream in com.caucho.quercus.servlet
 

Methods in com.caucho.quercus.servlet that return WriteStream
protected  WriteStream ResinQuercusServlet.openWrite(HttpServletResponse response)
           
protected  WriteStream QuercusServletImpl.openWrite(HttpServletResponse response)
           
 

Uses of WriteStream in com.caucho.remote.websocket
 

Methods in com.caucho.remote.websocket that return WriteStream
protected  WriteStream WebSocketContextStreamImpl.getWriteStream()
           
 

Constructors in com.caucho.remote.websocket with parameters of type WriteStream
WebSocketContextStreamImpl(WriteStream out)
           
 

Uses of WriteStream in com.caucho.server.distcache
 

Methods in com.caucho.server.distcache with parameters of type WriteStream
 boolean DataStore.load(long id, WriteStream os)
          Reads the object from the data store.
 boolean CacheDataBackingImpl.loadData(long valueDataId, WriteStream os)
           
 boolean CacheImpl.loadData(long valueDataId, WriteStream os)
           
 

Uses of WriteStream in com.caucho.server.hmux
 

Methods in com.caucho.server.hmux with parameters of type WriteStream
 int HmuxExtension.handleRequest(HmuxRequest request, ReadStream is, WriteStream os)
          Handles a new request.
abstract  int AbstractClusterRequest.handleRequest(ReadStream is, WriteStream os)
          Handles a new request.
 boolean HmuxDispatchRequest.handleRequest(ReadStream is, WriteStream os)
          Handles a new request.
 

Uses of WriteStream in com.caucho.server.http
 

Methods in com.caucho.server.http that return WriteStream
 WriteStream AbstractHttpRequest.getRawWrite()
           
protected  WriteStream HttpResponse.getRawWrite()
           
 

Methods in com.caucho.server.http with parameters of type WriteStream
 boolean StubServletResponse.writeHeadersInt(WriteStream out, int length, boolean isHead)
           
 

Uses of WriteStream in com.caucho.servlets.ssi
 

Methods in com.caucho.servlets.ssi with parameters of type WriteStream
 void BlockStatement.apply(WriteStream out, HttpServletRequest request, HttpServletResponse response)
          Executes the SSI statements.
 void ConfigStatement.apply(WriteStream out, HttpServletRequest request, HttpServletResponse response)
          Executes the SSI statement.
 void EchoStatement.apply(WriteStream out, HttpServletRequest request, HttpServletResponse response)
          Executes the SSI statement.
 void ElseStatement.apply(WriteStream out, HttpServletRequest request, HttpServletResponse response)
          Executes the SSI statement.
 void EndifStatement.apply(WriteStream out, HttpServletRequest request, HttpServletResponse response)
          Executes the SSI statement.
 void ErrorStatement.apply(WriteStream out, HttpServletRequest request, HttpServletResponse response)
          Executes the SSI statement.
 void IfStatement.apply(WriteStream out, HttpServletRequest request, HttpServletResponse response)
          Executes the SSI statement.
 void IncludeStatement.apply(WriteStream out, HttpServletRequest request, HttpServletResponse response)
          Executes the SSI statement.
 void SetStatement.apply(WriteStream out, HttpServletRequest request, HttpServletResponse response)
          Executes the SSI statement.
 void Statement.apply(WriteStream out, HttpServletRequest request, HttpServletResponse response)
          Executes the SSI statement.
 void TextStatement.apply(WriteStream out, HttpServletRequest request, HttpServletResponse response)
          Executes the SSI statement.
 

Uses of WriteStream in com.caucho.servlets.webdav
 

Methods in com.caucho.servlets.webdav with parameters of type WriteStream
protected  void WebDavServlet.sendError(HttpServletResponse res, WriteStream out, int status, java.lang.String statusText, java.lang.String message)
           
protected  void WebDavServlet.startMultistatus(HttpServletResponse res, WriteStream out)
           
 

Uses of WriteStream in com.caucho.util
 

Methods in com.caucho.util with parameters of type WriteStream
 void QDate.printDate(WriteStream os)
          Prints the date to a stream.
 

Uses of WriteStream in com.caucho.vfs
 

Subclasses of WriteStream in com.caucho.vfs
 class NullWriteStream
          A WriteStream that writes to nothing.
 

Methods in com.caucho.vfs that return WriteStream
 WriteStream ReadStream.getSibling()
           
 WriteStream EnclosedWriteStream.getWriteStream()
           
 WriteStream ReadWritePair.getWriteStream()
          Return the write stream of the pair.
 WriteStream StreamPrintWriter.getWriteStream()
           
 WriteStream Path.openAppend()
          Opens a resin stream for appending.
 WriteStream PathWrapper.openAppend()
          Opens a resin stream for appending.
static WriteStream Vfs.openAppend(java.lang.String path)
           
 WriteStream Path.openWrite()
          Opens a resin WriteStream for writing.
 WriteStream StringWriter.openWrite()
          Opens a write stream using this StringWriter as the resulting string
static WriteStream Vfs.openWrite(CharBuffer cb)
          Creates a write stream to a CharBuffer.
static WriteStream Vfs.openWrite(java.io.OutputStream os)
           
static WriteStream VfsStream.openWrite(java.io.OutputStream os)
           
static WriteStream Vfs.openWrite(java.lang.String path)
           
static WriteStream Vfs.openWrite(java.io.Writer writer)
           
 

Methods in com.caucho.vfs with parameters of type WriteStream
 void ReadStream.init(StreamImpl source, WriteStream sibling)
          Initializes the stream with a given source.
static ReadStream Vfs.openRead(java.io.InputStream is, WriteStream ws)
           
static ReadStream VfsStream.openRead(java.io.InputStream is, WriteStream ws)
           
 void Path.openReadWrite(ReadStream is, WriteStream os)
          Opens a resin ReadWritePair for reading and writing.
 void PathWrapper.openReadWrite(ReadStream is, WriteStream os)
          Opens a resin ReadWritePair for reading and writing.
 void VfsWriteObject.print(WriteStream os)
           
 void ReadStream.setSibling(WriteStream sibling)
           
 

Constructors in com.caucho.vfs with parameters of type WriteStream
ReadStream(StreamImpl source, WriteStream sibling)
          Creates a stream and initializes with a specified source.
ReadWritePair(ReadStream readStream, WriteStream writeStream)
          Creates a ReadWritePair
StreamPrintWriter(WriteStream out)
          Creates a new PrintWriterImpl
 

Uses of WriteStream in com.caucho.xml
 

Methods in com.caucho.xml with parameters of type WriteStream
 void XmlPrinter.init(WriteStream os)
          Initialize the XmlPrinter with the write stream.
 void CauchoNode.print(WriteStream os)
          Prints the node to a stream
 void QAbstractNode.print(WriteStream out)
           
 void CauchoNode.printHtml(WriteStream os)
          Prints the node as html to a stream
 void QAbstractNode.printHtml(WriteStream out)
           
 void CauchoNode.printPretty(WriteStream os)
          Pretty-prints the node to a stream
 void QAbstractNode.printPretty(WriteStream out)
           
 

Uses of WriteStream in com.caucho.xml.stream
 

Methods in com.caucho.xml.stream with parameters of type WriteStream
 void NamespaceWriterContext.emitDeclarations(WriteStream ws)
           
static void Escapifier.escape(char[] buffer, int offset, int len, WriteStream out)
           
static void Escapifier.escape(java.lang.String s, WriteStream ws)
           
 

Constructors in com.caucho.xml.stream with parameters of type WriteStream
XMLStreamWriterImpl(WriteStream ws)
           
XMLStreamWriterImpl(WriteStream ws, boolean repair)
           
 

Uses of WriteStream in com.caucho.xml2
 

Methods in com.caucho.xml2 with parameters of type WriteStream
 void XmlPrinter.init(WriteStream os)
          Initialize the XmlPrinter with the write stream.
 void CauchoNode.print(WriteStream os)
          Prints the node to a stream
 void QAbstractNode.print(WriteStream out)
           
 void CauchoNode.printHtml(WriteStream os)
          Prints the node as html to a stream
 void QAbstractNode.printHtml(WriteStream out)
           
 void CauchoNode.printPretty(WriteStream os)
          Pretty-prints the node to a stream
 void QAbstractNode.printPretty(WriteStream out)
           
 

Uses of WriteStream in com.caucho.xpath.pattern
 

Methods in com.caucho.xpath.pattern with parameters of type WriteStream
 void NamespaceNode.print(WriteStream out)
           
 void NamespaceNode.printHtml(WriteStream out)
           
 void NamespaceNode.printPretty(WriteStream out)