- W3C - Static variable in class com.caucho.quercus.lib.date.DateTime
-
- waitForActive(long) - Method in class com.caucho.lifecycle.Lifecycle
-
Wait for a period of time until the service starts.
- waitForCompile() - Method in class com.caucho.quercus.program.QuercusProgram
-
Set to true if this page is being compiled.
- waitForComplete(long) - Method in class com.caucho.java.AbstractJavaCompiler
-
- waitForRead() - Method in class com.caucho.vfs.ReadStream
-
Waits for data to be available.
- waitForRuntimeFunctionList(long) - Method in class com.caucho.quercus.program.QuercusProgram
-
- WaitQueue - Class in com.caucho.util
-
wait queue
- WaitQueue() - Constructor for class com.caucho.util.WaitQueue
-
- WaitQueue.Item - Class in com.caucho.util
-
- wake() - Method in class com.caucho.env.actor.AbstractWorkerQueue
-
- wake() - Method in class com.caucho.env.actor.ActorQueue
-
- wake() - Method in interface com.caucho.env.actor.ActorQueueApi
-
- wake() - Method in interface com.caucho.env.actor.ActorQueuePreallocApi
-
- wake() - Method in class com.caucho.env.actor.MultiworkerActorQueue
-
- wake() - Method in class com.caucho.env.actor.ValueActorQueue
-
- wake() - Method in interface com.caucho.env.thread.TaskWorker
-
- wake() - Method in class com.caucho.env.thread1.AbstractTaskWorker1
-
- wake() - Method in class com.caucho.env.thread2.AbstractTaskWorker2
-
- wake() - Method in class com.caucho.util.RingBlockerBasic
-
- wake() - Method in class com.caucho.util.RingValueQueue
-
- wake() - Method in class com.caucho.util.WaitQueue
-
- wakeAll() - Method in class com.caucho.util.WaitQueue
-
- wakeScheduler() - Method in class com.caucho.env.thread2.ThreadPool2
-
- warning(Object, String) - Method in interface com.caucho.env.warning.WarningHandler
-
- warning(String) - Method in class com.caucho.quercus.env.Env
-
A runtime warning.
- warning(String, Location) - Method in class com.caucho.quercus.env.Env
-
A runtime warning.
- warning(String, Throwable) - Method in class com.caucho.quercus.env.Env
-
A warning with an exception.
- warning(String, Location, Throwable) - Method in class com.caucho.quercus.env.Env
-
A warning with an exception.
- warning(Throwable) - Method in class com.caucho.quercus.env.Env
-
A warning with an exception.
- warning(Throwable, Location) - Method in class com.caucho.quercus.env.Env
-
A warning with an exception.
- warning(Env, String) - Method in class com.caucho.quercus.lib.db.PDOError
-
Show a warning and return a "HY000" general error for subsequent calls to
#errorCode and #errorInfo.
- warning(String) - Method in class com.caucho.quercus.lib.JavaLogger
-
- warning(SAXParseException) - Method in class com.caucho.quercus.lib.simplexml.SimpleHandler
-
- warning(SAXParseException) - Method in class com.caucho.relaxng.VerifierFilter
-
- warning(SAXParseException) - Method in class com.caucho.xml.DOMBuilder
-
- warning_count(Env) - Method in class com.caucho.quercus.lib.db.Mysqli
-
returns the number of warnings from the last query
in the connection object.
- WarningHandler - Interface in com.caucho.env.warning
-
Handler for the WarningService to process a warning message.
- WarningService - Class in com.caucho.env.warning
-
The WarningService is a general way to send warning and critical
system messages such as shutdown messages.
- WarningService() - Constructor for class com.caucho.env.warning.WarningService
-
- WeakAlarm - Class in com.caucho.util
-
The alarm class provides a lightweight event scheduler.
- WeakAlarm(AlarmListener) - Constructor for class com.caucho.util.WeakAlarm
-
Create a new wakeup alarm with a designated listener as a callback.
- WeakAlarm(String, AlarmListener) - Constructor for class com.caucho.util.WeakAlarm
-
Create a new wakeup alarm with a designated listener as a callback.
- WeakAlarm(String, AlarmListener, long) - Constructor for class com.caucho.util.WeakAlarm
-
Creates a named alarm and schedules its wakeup.
- WeakAlarm(AlarmListener, long) - Constructor for class com.caucho.util.WeakAlarm
-
Creates a new alarm and schedules its wakeup.
- WeakCloseListener - Class in com.caucho.loader
-
Waits for the close event and calls a destroy() method.
- WeakCloseListener(Object) - Constructor for class com.caucho.loader.WeakCloseListener
-
Creates the new close listener.
- WeakDestroyListener - Class in com.caucho.loader
-
Waits for the stop event and calls a @PreDestroy
- WeakDestroyListener(Method, Object) - Constructor for class com.caucho.loader.WeakDestroyListener
-
Creates the new stop listener.
- WeakLoaderListener - Class in com.caucho.loader
-
Waits for the close event and calls a destroy() method.
- WeakLoaderListener(ClassLoaderListener) - Constructor for class com.caucho.loader.WeakLoaderListener
-
Creates the new close listener.
- WeakLruCache<K,V> - Class in com.caucho.util
-
Fixed length cache with a LRU replacement policy.
- WeakLruCache(int) - Constructor for class com.caucho.util.WeakLruCache
-
Create the LRU cache with a specific capacity.
- WeakStopListener - Class in com.caucho.loader
-
Waits for the stop event and calls a stop() method.
- WeakStopListener(Object) - Constructor for class com.caucho.loader.WeakStopListener
-
Creates the new stop listener.
- WebBeanAdmin - Class in com.caucho.config.inject
-
Administration for a JMS queue
- WebBeanAdmin(<any>, int) - Constructor for class com.caucho.config.inject.WebBeanAdmin
-
- WebBeanGenerator - Class in com.caucho.config.j2ee
-
- WebBeanGenerator() - Constructor for class com.caucho.config.j2ee.WebBeanGenerator
-
- WebBeanMXBean - Interface in com.caucho.management.server
-
MBean API for a WebBean
- WebBeansAddLoaderListener - Class in com.caucho.config.inject
-
Listener for environment creation to detect webbeans
- WebBeansAddLoaderListener() - Constructor for class com.caucho.config.inject.WebBeansAddLoaderListener
-
- WebBeansJndiProxy - Class in com.caucho.config.inject
-
The JNDI proxy for Manager
- WebBeansJndiProxy() - Constructor for class com.caucho.config.inject.WebBeansJndiProxy
-
- WebComponent - Class in com.caucho.config.inject
-
Configuration for the cdi bean component.
- WebComponent(InjectManager, String) - Constructor for class com.caucho.config.inject.WebComponent
-
- WhileStatement - Class in com.caucho.quercus.statement
-
Represents a while statement.
- WhileStatement(Location, Expr, Statement, String) - Constructor for class com.caucho.quercus.statement.WhileStatement
-
- WHITESPACE - Static variable in class com.caucho.quercus.lib.xml.XmlReader
-
- WIDE - Static variable in class com.caucho.bytecode.CodeVisitor
-
- WildcardTypeImpl - Class in com.caucho.config.reflect
-
class type matching
- WildcardTypeImpl(BaseType[], BaseType[]) - Constructor for class com.caucho.config.reflect.WildcardTypeImpl
-
- WindowsHackReader - Class in com.caucho.vfs.i18n
-
Implements an encoding reader to convert the stupid
windows "smart" quotes into ISO-8859-1 (Latin-1) characters.
- WindowsHackReader() - Constructor for class com.caucho.vfs.i18n.WindowsHackReader
-
Null-arg constructor for instantiation by com.caucho.vfs.Encoding only.
- WindowsHackWriter - Class in com.caucho.vfs.i18n
-
Implements an encoding char-to-byte writer for the windows hack
factory.
- WindowsHackWriter() - Constructor for class com.caucho.vfs.i18n.WindowsHackWriter
-
Null-arg constructor for instantiation by com.caucho.vfs.Encoding only.
- withBoolean() - Method in enum com.caucho.quercus.expr.ExprType
-
- withDouble() - Method in enum com.caucho.quercus.expr.ExprType
-
- withLong() - Method in enum com.caucho.quercus.expr.ExprType
-
- withString() - Method in enum com.caucho.quercus.expr.ExprType
-
- withType(ExprType) - Method in enum com.caucho.quercus.expr.ExprType
-
- wordwrap(Env, Value, Value, Value, Value) - Static method in class com.caucho.quercus.lib.string.StringModule
-
Wraps a string to the given number of characters.
- WorkDir - Class in com.caucho.java
-
- WorkDir() - Constructor for class com.caucho.java.WorkDir
-
- wrap(InjectManager.ReferenceFactory<X>) - Method in class com.caucho.config.bytecode.ScopeAdapter
-
- wrap(Object) - Method in class com.caucho.quercus.lib.dom.DOMWrapper
-
- wrap(DOMException) - Method in class com.caucho.quercus.lib.dom.DOMWrapper
-
- wrap(Env, Object) - Method in class com.caucho.quercus.program.JavaArrayClassDef
-
- wrap(Env, Object) - Method in class com.caucho.quercus.program.JavaClassDef
-
- wrap(Env, Object) - Method in class com.caucho.quercus.program.JavaCollectionClassDef
-
- wrap(Env, Object) - Method in class com.caucho.quercus.program.JavaListClassDef
-
- wrap(Env, Object) - Method in class com.caucho.quercus.program.JavaMapClassDef
-
- wrapExpressionFactory(ExpressionFactory) - Method in class com.caucho.config.inject.InjectManager
-
- wrapJava(Object, boolean) - Method in class com.caucho.quercus.env.Env
-
Returns a PHP value for a Java object
- wrapJava(Object, JavaClassDef, boolean) - Method in class com.caucho.quercus.env.Env
-
Returns a PHP value for a Java object
- wrapJava(Object) - Method in class com.caucho.quercus.env.Env
-
Returns a PHP value for a Java object
- wrapJava(Object, JavaClassDef) - Method in class com.caucho.quercus.env.Env
-
Returns a PHP value for a Java object
- wrapJava(Object) - Method in class com.caucho.quercus.env.JavaAdapter
-
- wrapJava(Env, QuercusClass, SimpleXMLNode) - Static method in class com.caucho.quercus.lib.simplexml.SimpleUtil
-
- wrapJava(Env) - Method in class com.caucho.quercus.lib.simplexml.SimpleXMLNode
-
- WrappedDirectory - Class in com.caucho.quercus.lib.file
-
Represents a PHP directory listing
- WrappedDirectory(Env, QuercusClass) - Constructor for class com.caucho.quercus.lib.file.WrappedDirectory
-
- WrappedStream - Class in com.caucho.quercus.lib.file
-
A stream that has its operations mediated by a Quercus object.
- WrappedStream(Env, QuercusClass, StringValue, StringValue, LongValue) - Constructor for class com.caucho.quercus.lib.file.WrappedStream
-
- write(ByteCodeWriter) - Method in class com.caucho.bytecode.Attribute
-
Writes the field to the output.
- write(int) - Method in class com.caucho.bytecode.ByteCodeWriter
-
Writes a byte
- write(byte[], int, int) - Method in class com.caucho.bytecode.ByteCodeWriter
-
Writes a buffer
- write(ByteCodeWriter) - Method in class com.caucho.bytecode.CodeAttribute
-
Writes the field to the output.
- write(ByteCodeWriter) - Method in class com.caucho.bytecode.ExceptionsAttribute
-
Writes the field to the output.
- write(WriteStream) - Method in class com.caucho.bytecode.JavaClass
-
Writes the class to the output.
- write(ByteCodeWriter) - Method in class com.caucho.bytecode.JavaField
-
Writes the field to the output.
- write(ByteCodeWriter) - Method in class com.caucho.bytecode.JavaMethod
-
Writes the field to the output.
- write(ByteCodeWriter) - Method in class com.caucho.bytecode.OpaqueAttribute
-
Writes the field to the output.
- write(ByteCodeWriter) - Method in class com.caucho.bytecode.SignatureAttribute
-
Writes the field to the output.
- write(ByteCodeWriter) - Method in class com.caucho.bytecode.SourceDebugExtensionAttribute
-
Writes the field to the output.
- write(char[], int, int) - Method in class com.caucho.java.JavaWriter
-
- write(LineMap) - Method in class com.caucho.java.LineMapWriter
-
Writes the line map
- write(byte[], int, int) - Method in class com.caucho.log.AbstractRolloverLog
-
Writes to the underlying log.
- write(byte[], int, int, boolean) - Method in class com.caucho.log.EnvironmentStream
-
Write data to the stream.
- write(byte[], int, int, boolean) - Method in class com.caucho.log.RotateStream
-
Writes to the stream
- write(byte[], int, int, boolean) - Method in class com.caucho.log.TimestampFilter
-
Write data to the stream.
- write(byte[], int, int, boolean) - Method in class com.caucho.quercus.env.BinaryBuilderStream
-
Writes a buffer to the underlying stream.
- write(byte[], int, int) - Method in class com.caucho.quercus.env.Env
-
Prints a byte buffer.
- write(Env, String, String) - Method in class com.caucho.quercus.env.SessionCallback
-
- write(byte[], int, int) - Method in class com.caucho.quercus.env.StringBuilderOutputStream
-
- write(int) - Method in class com.caucho.quercus.env.StringBuilderOutputStream
-
- write(int) - Method in class com.caucho.quercus.env.StringBuilderValue
-
- write(byte[], int, int) - Method in class com.caucho.quercus.env.StringBuilderValue
-
- write(int) - Method in class com.caucho.quercus.env.StringValue
-
- write(byte[], int, int) - Method in class com.caucho.quercus.env.StringValue
-
Appends buffer to the ByteAppendable.
- write(Env, String, long) - Method in class com.caucho.quercus.lib.db.OracleOciLob
-
Writes data to the large object
- write(int) - Method in class com.caucho.quercus.lib.file.AbstractBinaryInputOutput
-
- write(byte[], int, int) - Method in class com.caucho.quercus.lib.file.AbstractBinaryInputOutput
-
- write(InputStream, int) - Method in class com.caucho.quercus.lib.file.AbstractBinaryInputOutput
-
Read length bytes of data from the InputStream
argument and write them to this output stream.
- write(InputStream, int) - Method in class com.caucho.quercus.lib.file.AbstractBinaryOutput
-
Writes to a stream.
- write(byte[], int, int) - Method in interface com.caucho.quercus.lib.file.BinaryOutput
-
Writes a buffer.
- write(InputStream, int) - Method in interface com.caucho.quercus.lib.file.BinaryOutput
-
Writes a buffer.
- write(byte[], int, int) - Method in class com.caucho.quercus.lib.file.FileInputOutput
-
Writes a buffer to a file.
- write(int) - Method in class com.caucho.quercus.lib.file.FileInputOutput
-
Writes a buffer to a file.
- write(int) - Method in class com.caucho.quercus.lib.file.FileOutput
-
Writes a character
- write(byte[], int, int) - Method in class com.caucho.quercus.lib.file.FileOutput
-
Writes a buffer to a file.
- write(byte[], int, int) - Method in class com.caucho.quercus.lib.file.FileWriteValue
-
Writes a buffer to a file.
- write(int) - Method in class com.caucho.quercus.lib.file.HttpInputOutput
-
- write(byte[], int, int) - Method in class com.caucho.quercus.lib.file.PhpBinaryOutput
-
Writes a buffer.
- write(int) - Method in class com.caucho.quercus.lib.file.PhpBinaryOutput
-
- write(byte[], int, int) - Method in class com.caucho.quercus.lib.file.PhpStderr
-
Writes a buffer.
- write(int) - Method in class com.caucho.quercus.lib.file.PhpStderr
-
- write(byte[], int, int) - Method in class com.caucho.quercus.lib.file.PhpStdout
-
Writes a buffer.
- write(int) - Method in class com.caucho.quercus.lib.file.PhpStdout
-
- write(int) - Method in class com.caucho.quercus.lib.file.PopenOutput
-
Writes a character
- write(byte[], int, int) - Method in class com.caucho.quercus.lib.file.PopenOutput
-
Writes a buffer to a file.
- write(int) - Method in class com.caucho.quercus.lib.file.TcpInputOutput
-
- write(byte[], int, int) - Method in class com.caucho.quercus.lib.file.TcpInputOutput
-
- write(InputStream, int) - Method in class com.caucho.quercus.lib.file.TcpInputOutput
-
Read length bytes of data from the InputStream
argument and write them to this output stream.
- write(byte[], int, int) - Method in class com.caucho.quercus.lib.file.WrappedStream
-
- write(InputStream, int) - Method in class com.caucho.quercus.lib.file.WrappedStream
-
Writes to a stream.
- write(int) - Method in class com.caucho.quercus.lib.file.WriteStreamOutput
-
- write(byte[], int, int) - Method in class com.caucho.quercus.lib.file.WriteStreamOutput
-
- write(InputStream, int) - Method in class com.caucho.quercus.lib.file.WriteStreamOutput
-
- write(PDFWriter) - Method in class com.caucho.quercus.lib.pdf.PDFStream
-
- write(byte[], int, int) - Method in class com.caucho.quercus.lib.pdf.PDFWriter
-
- write(int) - Method in class com.caucho.quercus.lib.ProcOpenOutput
-
Writes a character
- write(byte[], int, int) - Method in class com.caucho.quercus.lib.ProcOpenOutput
-
Writes a buffer to a file.
- write(int) - Method in class com.caucho.quercus.lib.zlib.GZIPOutputStream
-
Writes a byte.
- write(byte[], int, int) - Method in class com.caucho.quercus.lib.zlib.GZIPOutputStream
-
- write(int) - Method in class com.caucho.quercus.lib.zlib.ZlibOutputStream
-
Writes a byte.
- write(byte[], int, int) - Method in class com.caucho.quercus.lib.zlib.ZlibOutputStream
-
- write(byte[], int, int) - Method in class com.caucho.quercus.resources.StreamReadWrite
-
Writes to a buffer.
- write(byte[], int, int) - Method in class com.caucho.quercus.resources.StreamResource
-
Writes to a buffer.
- write(int) - Method in interface com.caucho.util.ByteAppendable
-
Appends value to the ByteAppendable.
- write(byte[], int, int) - Method in interface com.caucho.util.ByteAppendable
-
Appends buffer to the ByteAppendable.
- write(int) - Method in class com.caucho.util.NullOutputStream
-
- write(byte[]) - Method in class com.caucho.util.NullOutputStream
-
- write(byte[], int, int) - Method in class com.caucho.util.NullOutputStream
-
- write(int) - Method in class com.caucho.util.ResinDeflaterInputStream
-
- write(byte[], int, int) - Method in class com.caucho.util.ResinDeflaterInputStream
-
- write(int) - Method in class com.caucho.util.ResinDeflaterOutputStream
-
- write(byte[], int, int) - Method in class com.caucho.util.ResinDeflaterOutputStream
-
- write(int) - Method in class com.caucho.util.Sha256OutputStream
-
- write(byte[], int, int) - Method in class com.caucho.util.Sha256OutputStream
-
- write(OutputStream, char) - Static method in class com.caucho.util.Utf8
-
- write(CharBuffer, char) - Static method in class com.caucho.util.Utf8
-
- write(OutputStream, String) - Static method in class com.caucho.util.Utf8
-
- write(char[], int, int) - Method in class com.caucho.vfs.AbstractPrintWriter
-
Writes a character array to the writer.
- write(int) - Method in class com.caucho.vfs.AbstractPrintWriter
-
Writes a character to the output.
- write(String, int, int) - Method in class com.caucho.vfs.AbstractPrintWriter
-
Writes a subsection of a string to the output.
- write(char[]) - Method in class com.caucho.vfs.AbstractPrintWriter
-
Writes a char buffer to the output.
- write(String) - Method in class com.caucho.vfs.AbstractPrintWriter
-
Writes a string to the output.
- write(int) - Method in class com.caucho.vfs.Crc64OutputStream
-
- write(byte[], int, int) - Method in class com.caucho.vfs.Crc64OutputStream
-
Writes a buffer to the underlying stream.
- write(byte[], int, int, boolean) - Method in class com.caucho.vfs.Crc64Stream
-
Writes a buffer to the underlying stream.
- write(byte[], int, int, boolean) - Method in class com.caucho.vfs.DatagramStream
-
Writes bytes to the socket.
- write(byte[], int, int) - Method in class com.caucho.vfs.DatastoreFile
-
- write(int, byte[], int, int) - Method in class com.caucho.vfs.DatastoreFile
-
- write(int) - Method in class com.caucho.vfs.DatastoreOutputStream
-
- write(byte[]) - Method in class com.caucho.vfs.DatastoreOutputStream
-
- write(byte[], int, int) - Method in class com.caucho.vfs.DatastoreOutputStream
-
- write(int) - Method in class com.caucho.vfs.DatastoreRandomAccessFile
-
- write(byte[], int, int) - Method in class com.caucho.vfs.DatastoreRandomAccessFile
-
- write(int) - Method in class com.caucho.vfs.DatastoreRandomAccessOutputStream
-
- write(byte[]) - Method in class com.caucho.vfs.DatastoreRandomAccessOutputStream
-
- write(byte[], int, int) - Method in class com.caucho.vfs.DatastoreRandomAccessOutputStream
-
- write(byte[], int, int) - Method in class com.caucho.vfs.DatastoreRandomAccessStream
-
Writes a block starting from the current file pointer.
- write(long, byte[], int, int) - Method in class com.caucho.vfs.DatastoreRandomAccessStream
-
Writes a block from a given location.
- write(int) - Method in class com.caucho.vfs.DatastoreRandomAccessStream
-
Write a byte to the file, advancing the pointer.
- write(byte[], int, int) - Method in class com.caucho.vfs.FileRandomAccessStream
-
Writes a block starting from the current file pointer.
- write(long, byte[], int, int) - Method in class com.caucho.vfs.FileRandomAccessStream
-
Writes a block from a given location.
- write(int) - Method in class com.caucho.vfs.FileRandomAccessStream
-
Write a byte to the file, advancing the pointer.
- write(byte[], int, int, boolean) - Method in class com.caucho.vfs.HttpStreamWrapper
-
Writes a buffer to the underlying stream.
- write(ByteAppendable, char) - Method in class com.caucho.vfs.i18n.EncodingWriter
-
Writes the next character using the correct encoding.
- write(OutputStreamWithBuffer, char[], int, int) - Method in class com.caucho.vfs.i18n.EncodingWriter
-
Writes a character buffer using the correct encoding.
- write(ByteAppendable, char) - Method in class com.caucho.vfs.i18n.ISO8859_1Writer
-
Writes a character to the output stream with the correct encoding.
- write(OutputStreamWithBuffer, char[], int, int) - Method in class com.caucho.vfs.i18n.ISO8859_1Writer
-
Writes a character buffer using the correct encoding.
- write(ByteAppendable, char) - Method in class com.caucho.vfs.i18n.JAVAWriter
-
Writes a character to the output stream with the correct encoding.
- write(OutputStreamWithBuffer, char[], int, int) - Method in class com.caucho.vfs.i18n.JAVAWriter
-
Writes into a character buffer using the correct encoding.
- write(ByteAppendable, char) - Method in class com.caucho.vfs.i18n.JDKWriter
-
JDKWriter is only a factory.
- write(ByteAppendable, char) - Method in class com.caucho.vfs.i18n.UTF16Writer
-
Writes the character using the correct encoding.
- write(OutputStreamWithBuffer, char[], int, int) - Method in class com.caucho.vfs.i18n.UTF16Writer
-
Writes a character buffer using the UTF-16 encoding.
- write(ByteAppendable, char) - Method in class com.caucho.vfs.i18n.UTF8Writer
-
Writes a character to the output stream with the correct encoding.
- write(OutputStreamWithBuffer, char[], int, int) - Method in class com.caucho.vfs.i18n.UTF8Writer
-
Writes into a character buffer using the correct encoding.
- write(ByteAppendable, char) - Method in class com.caucho.vfs.i18n.WindowsHackWriter
-
Writes a character to the output stream with the correct encoding.
- write(OutputStreamWithBuffer, char[], int, int) - Method in class com.caucho.vfs.i18n.WindowsHackWriter
-
Writes into a character buffer using the correct encoding.
- write(byte[], int, int, boolean) - Method in class com.caucho.vfs.MemoryPath.MemoryStream
-
Writes a buffer to the underlying stream.
- write(byte[], int, int, boolean) - Method in class com.caucho.vfs.MemoryStream
-
Writes a buffer to the underlying stream.
- write(int) - Method in class com.caucho.vfs.NullWriteStream
-
Writes a byte.
- write(byte[], int, int) - Method in class com.caucho.vfs.NullWriteStream
-
Writes a byte array
- write(byte[]) - Method in class com.caucho.vfs.NullWriteStream
-
Writes a byte array.
- write(byte[], int, int, boolean) - Method in class com.caucho.vfs.PipeStream
-
Implementation of the pipe write.
- write(char) - Method in class com.caucho.vfs.PrintWriterImpl
-
Writes a character.
- write(char[], int, int) - Method in class com.caucho.vfs.PrintWriterImpl
-
Writes a character.
- write(char[]) - Method in class com.caucho.vfs.PrintWriterImpl
-
Writes a character buffer.
- write(byte[], int, int) - Method in class com.caucho.vfs.RandomAccessStream
-
Writes a block starting from the current file pointer.
- write(long, byte[], int, int) - Method in class com.caucho.vfs.RandomAccessStream
-
Writes a block to a given location.
- write(int) - Method in class com.caucho.vfs.RandomAccessStream
-
Write a byte to the file, advancing the pointer.
- write(byte[], int, int, boolean) - Method in class com.caucho.vfs.ReaderWriterStream
-
Implementation of the writer write.
- write(byte[], int, int, boolean) - Method in class com.caucho.vfs.SocketStream
-
Writes bytes to the socket.
- write(byte[], int, int) - Method in class com.caucho.vfs.SpyRandomAccessStream
-
- write(long, byte[], int, int) - Method in class com.caucho.vfs.SpyRandomAccessStream
-
Writes a block from a given location.
- write(int) - Method in class com.caucho.vfs.SpyRandomAccessStream
-
Write a byte to the file, advancing the pointer.
- write(byte[], int, int, boolean) - Method in class com.caucho.vfs.StderrStream
-
Writes the data to the System.out.
- write(byte[], int, int, boolean) - Method in class com.caucho.vfs.StdoutStream
-
Writes the data to the System.out.
- write(byte[], int, int, boolean) - Method in class com.caucho.vfs.StreamFilter
-
- write(byte[], int, int, boolean) - Method in class com.caucho.vfs.StreamImpl
-
Writes a buffer to the underlying stream.
- write(byte[], int, int, byte[], int, int, boolean) - Method in class com.caucho.vfs.StreamImpl
-
Writes a pair of buffer to the underlying stream.
- write(int) - Method in class com.caucho.vfs.StreamImplOutputStream
-
Writes a byte to the underlying stream.
- write(byte[], int, int) - Method in class com.caucho.vfs.StreamImplOutputStream
-
Writes a buffer to the underlying stream.
- write(int) - Method in class com.caucho.vfs.StreamPrintWriter
-
Writes a character.
- write(char[], int, int) - Method in class com.caucho.vfs.StreamPrintWriter
-
Writes a character.
- write(char[]) - Method in class com.caucho.vfs.StreamPrintWriter
-
Writes a character buffer.
- write(String) - Method in class com.caucho.vfs.StreamPrintWriter
-
Writes a string
- write(String, int, int) - Method in class com.caucho.vfs.StreamPrintWriter
-
Writes a string
- write(byte[], int, int, boolean) - Method in class com.caucho.vfs.StringWriter
-
Writes a utf-8 encoded buffer to the underlying string.
- write(byte[], int, int) - Method in class com.caucho.vfs.TempBuffer
-
- write(char[], int, int) - Method in class com.caucho.vfs.TempCharBuffer
-
- write(char[], int, int) - Method in class com.caucho.vfs.TempCharStream
-
- write(String, int, int) - Method in class com.caucho.vfs.TempCharStream
-
Writes part of a string.
- write(int) - Method in class com.caucho.vfs.TempCharStream
-
- write(int) - Method in class com.caucho.vfs.TempOutputStream
-
- write(byte[], int, int) - Method in class com.caucho.vfs.TempOutputStream
-
- write(byte[]) - Method in class com.caucho.vfs.TempOutputStream
-
- write(byte[], int, int, boolean) - Method in class com.caucho.vfs.TempStream
-
Writes a chunk of data to the temp stream.
- write(byte[], int, int, boolean) - Method in interface com.caucho.vfs.TempStreamApi
-
- write(byte[], int, int, boolean) - Method in class com.caucho.vfs.VfsStream
-
Writes a buffer to the underlying stream.
- write(byte[], int, int, boolean) - Method in class com.caucho.vfs.WriterStreamImpl
-
Writes a buffer to the underlying stream.
- write(int) - Method in class com.caucho.vfs.WriteStream
-
Writes a byte.
- write(byte[], int, int) - Method in class com.caucho.vfs.WriteStream
-
Writes a byte array
- write(byte[]) - Method in class com.caucho.vfs.WriteStream
-
Writes a byte array.
- write(int) - Method in class com.caucho.vfs.XmlWriter
-
- write(char[], int, int) - Method in class com.caucho.vfs.XmlWriter
-
- write(char[]) - Method in class com.caucho.vfs.XmlWriter
-
- write(String, int, int) - Method in class com.caucho.vfs.XmlWriter
-
- write(String) - Method in class com.caucho.vfs.XmlWriter
-
- writeAsEncodedUnicode(Writer) - Method in class com.caucho.xml.stream.events.AttributeImpl
-
- writeAsEncodedUnicode(Writer) - Method in class com.caucho.xml.stream.events.CharactersImpl
-
- writeAsEncodedUnicode(Writer) - Method in class com.caucho.xml.stream.events.CommentImpl
-
- writeAsEncodedUnicode(Writer) - Method in class com.caucho.xml.stream.events.DTDImpl
-
- writeAsEncodedUnicode(Writer) - Method in class com.caucho.xml.stream.events.EndDocumentImpl
-
- writeAsEncodedUnicode(Writer) - Method in class com.caucho.xml.stream.events.EndElementImpl
-
- writeAsEncodedUnicode(Writer) - Method in class com.caucho.xml.stream.events.EntityDeclarationImpl
-
- writeAsEncodedUnicode(Writer) - Method in class com.caucho.xml.stream.events.EntityReferenceImpl
-
- writeAsEncodedUnicode(Writer) - Method in class com.caucho.xml.stream.events.NotationDeclarationImpl
-
- writeAsEncodedUnicode(Writer) - Method in class com.caucho.xml.stream.events.ProcessingInstructionImpl
-
- writeAsEncodedUnicode(Writer) - Method in class com.caucho.xml.stream.events.StartDocumentImpl
-
- writeAsEncodedUnicode(Writer) - Method in class com.caucho.xml.stream.events.StartElementImpl
-
- writeAsEncodedUnicode(Writer) - Method in class com.caucho.xml.stream.events.XMLEventImpl
-
- writeAttribute(Env, StringValue, StringValue) - Method in class com.caucho.quercus.lib.xml.XMLWriter
-
Writes a complete attribute
- writeAttribute(String, Object) - Method in class com.caucho.vfs.XmlWriter
-
Write an attribute with a value, if value is null nothing is written.
- writeAttribute(String, Object...) - Method in class com.caucho.vfs.XmlWriter
-
Write an attribute with multiple values, separated by space, if a value
is null nothing is written.
- writeAttribute(String, String) - Method in class com.caucho.xml.stream.DOMResultXMLStreamWriterImpl
-
- writeAttribute(String, String, String) - Method in class com.caucho.xml.stream.DOMResultXMLStreamWriterImpl
-
- writeAttribute(String, String, String, String) - Method in class com.caucho.xml.stream.DOMResultXMLStreamWriterImpl
-
- writeAttribute(String, String) - Method in class com.caucho.xml.stream.SAXResultXMLStreamWriterImpl
-
- writeAttribute(String, String, String) - Method in class com.caucho.xml.stream.SAXResultXMLStreamWriterImpl
-
- writeAttribute(String, String, String, String) - Method in class com.caucho.xml.stream.SAXResultXMLStreamWriterImpl
-
- writeAttribute(XMLStreamWriter, QName, String) - Static method in class com.caucho.xml.stream.StaxUtil
-
- writeAttribute(String, String) - Method in class com.caucho.xml.stream.XMLStreamWriterImpl
-
- writeAttribute(String, String, String) - Method in class com.caucho.xml.stream.XMLStreamWriterImpl
-
- writeAttribute(String, String, String, String) - Method in class com.caucho.xml.stream.XMLStreamWriterImpl
-
- writeAttribute(String, String) - Method in class com.caucho.xml.stream.XMLStreamWriterRepairingWrapper
-
- writeAttribute(String, String, String) - Method in class com.caucho.xml.stream.XMLStreamWriterRepairingWrapper
-
- writeAttribute(String, String, String, String) - Method in class com.caucho.xml.stream.XMLStreamWriterRepairingWrapper
-
- writeAttributeNS(Env, StringValue, StringValue, StringValue, StringValue) - Method in class com.caucho.quercus.lib.xml.XMLWriter
-
Writes a complete attribute
- writeAttributeValue(XmlWriter, String, Object) - Method in class com.caucho.vfs.XmlWriter.Xhtml
-
- writeAttributeValue(XmlWriter, String, Object) - Method in class com.caucho.vfs.XmlWriter.Xml
-
- writeBlockElement(String) - Method in class com.caucho.vfs.XmlWriter
-
Convenience method, same as doing a startBlockElement() and then immediately
doing an endBlockElement().
- writeBlockElement(String, Object) - Method in class com.caucho.vfs.XmlWriter
-
Convenience method, same as doing a startBlockElement(), writeText(text),
endBlockElement().
- writeCatalog(int, int, int, ArrayList<Integer>, int) - Method in class com.caucho.quercus.lib.pdf.PDFWriter
-
- writeCData(Env, StringValue) - Method in class com.caucho.quercus.lib.xml.XMLWriter
-
Writes a complete cdata
- writeCData(String) - Method in class com.caucho.xml.stream.DOMResultXMLStreamWriterImpl
-
- writeCData(String) - Method in class com.caucho.xml.stream.SAXResultXMLStreamWriterImpl
-
- writeCData(String) - Method in class com.caucho.xml.stream.XMLStreamWriterImpl
-
- writeCData(String) - Method in class com.caucho.xml.stream.XMLStreamWriterRepairingWrapper
-
- writeCharacters(char[], int, int) - Method in class com.caucho.xml.stream.DOMResultXMLStreamWriterImpl
-
- writeCharacters(String) - Method in class com.caucho.xml.stream.DOMResultXMLStreamWriterImpl
-
- writeCharacters(char[], int, int) - Method in class com.caucho.xml.stream.SAXResultXMLStreamWriterImpl
-
- writeCharacters(String) - Method in class com.caucho.xml.stream.SAXResultXMLStreamWriterImpl
-
- writeCharacters(char[], int, int) - Method in class com.caucho.xml.stream.XMLStreamWriterImpl
-
- writeCharacters(String) - Method in class com.caucho.xml.stream.XMLStreamWriterImpl
-
- writeCharacters(char[], int, int) - Method in class com.caucho.xml.stream.XMLStreamWriterRepairingWrapper
-
- writeCharacters(String) - Method in class com.caucho.xml.stream.XMLStreamWriterRepairingWrapper
-
- writeClass(String) - Method in class com.caucho.bytecode.ByteCodeWriter
-
Writes a class constant.
- writeComment(Env, StringValue) - Method in class com.caucho.quercus.lib.xml.XMLWriter
-
Writes a complete comment
- writeComment(String) - Method in class com.caucho.vfs.XmlWriter
-
Close an open element (if any), then write with escaping as needed.
- writeComment(XmlWriter, String) - Method in class com.caucho.vfs.XmlWriter.Xml
-
- writeComment(String) - Method in class com.caucho.xml.stream.DOMResultXMLStreamWriterImpl
-
- writeComment(String) - Method in class com.caucho.xml.stream.SAXResultXMLStreamWriterImpl
-
- writeComment(String) - Method in class com.caucho.xml.stream.XMLStreamWriterImpl
-
- writeComment(String) - Method in class com.caucho.xml.stream.XMLStreamWriterRepairingWrapper
-
- writeDefaultNamespace(String) - Method in class com.caucho.xml.stream.DOMResultXMLStreamWriterImpl
-
- writeDefaultNamespace(String) - Method in class com.caucho.xml.stream.SAXResultXMLStreamWriterImpl
-
- writeDefaultNamespace(String) - Method in class com.caucho.xml.stream.XMLStreamWriterImpl
-
- writeDefaultNamespace(String) - Method in class com.caucho.xml.stream.XMLStreamWriterRepairingWrapper
-
- writeDirMap(GooglePath, HashMap<String, GoogleInode>) - Method in class com.caucho.vfs.GoogleInodeService
-
- writeDoctype(XmlWriter) - Method in class com.caucho.vfs.XmlWriter.Xhtml
-
- writeDouble(double) - Method in class com.caucho.bytecode.ByteCodeWriter
-
Writes a double
- writeDTD(Env, StringValue, StringValue, StringValue, StringValue) - Method in class com.caucho.quercus.lib.xml.XMLWriter
-
Writes a DTD
- writeDTD(String) - Method in class com.caucho.xml.stream.DOMResultXMLStreamWriterImpl
-
- writeDTD(String) - Method in class com.caucho.xml.stream.SAXResultXMLStreamWriterImpl
-
- writeDTD(String) - Method in class com.caucho.xml.stream.XMLStreamWriterImpl
-
- writeDTD(String) - Method in class com.caucho.xml.stream.XMLStreamWriterRepairingWrapper
-
- writeDTDAttlist(Env, StringValue, StringValue) - Method in class com.caucho.quercus.lib.xml.XMLWriter
-
Writes a DTD attribute list
- writeDTDElement(Env, StringValue, StringValue) - Method in class com.caucho.quercus.lib.xml.XMLWriter
-
Writes a DTD element
- writeDTDEntity(Env, StringValue, StringValue) - Method in class com.caucho.quercus.lib.xml.XMLWriter
-
Writes a DTD entity
- writeElement(Env, StringValue, StringValue) - Method in class com.caucho.quercus.lib.xml.XMLWriter
-
Writes a complete element
- writeElement(String) - Method in class com.caucho.vfs.XmlWriter
-
Convenience method, same as doing a startElement() and then immediately
doing an endElement().
- writeElement(String, Object) - Method in class com.caucho.vfs.XmlWriter
-
Convenience method, same as doing a startElement(), writeText(text),
endElement().
- writeElement(String, String) - Method in class com.caucho.xml.stream.XMLStreamWriterImpl
-
- writeElementNS(Env, StringValue, StringValue, StringValue, StringValue) - Method in class com.caucho.quercus.lib.xml.XMLWriter
-
Writes a complete element
- writeEmptyElement(String) - Method in class com.caucho.xml.stream.DOMResultXMLStreamWriterImpl
-
- writeEmptyElement(String, String) - Method in class com.caucho.xml.stream.DOMResultXMLStreamWriterImpl
-
- writeEmptyElement(String, String, String) - Method in class com.caucho.xml.stream.DOMResultXMLStreamWriterImpl
-
- writeEmptyElement(String) - Method in class com.caucho.xml.stream.SAXResultXMLStreamWriterImpl
-
- writeEmptyElement(String, String) - Method in class com.caucho.xml.stream.SAXResultXMLStreamWriterImpl
-
- writeEmptyElement(String, String, String) - Method in class com.caucho.xml.stream.SAXResultXMLStreamWriterImpl
-
- writeEmptyElement(String) - Method in class com.caucho.xml.stream.XMLStreamWriterImpl
-
- writeEmptyElement(String, String) - Method in class com.caucho.xml.stream.XMLStreamWriterImpl
-
- writeEmptyElement(String, String, String) - Method in class com.caucho.xml.stream.XMLStreamWriterImpl
-
- writeEmptyElement(String) - Method in class com.caucho.xml.stream.XMLStreamWriterRepairingWrapper
-
- writeEmptyElement(String, String) - Method in class com.caucho.xml.stream.XMLStreamWriterRepairingWrapper
-
- writeEmptyElement(String, String, String) - Method in class com.caucho.xml.stream.XMLStreamWriterRepairingWrapper
-
- writeEndDocument() - Method in class com.caucho.xml.stream.DOMResultXMLStreamWriterImpl
-
- writeEndDocument() - Method in class com.caucho.xml.stream.SAXResultXMLStreamWriterImpl
-
- writeEndDocument() - Method in class com.caucho.xml.stream.XMLStreamWriterImpl
-
- writeEndDocument() - Method in class com.caucho.xml.stream.XMLStreamWriterRepairingWrapper
-
- writeEndElement() - Method in class com.caucho.xml.stream.DOMResultXMLStreamWriterImpl
-
- writeEndElement() - Method in class com.caucho.xml.stream.SAXResultXMLStreamWriterImpl
-
- writeEndElement(XMLStreamWriter, QName) - Static method in class com.caucho.xml.stream.StaxUtil
-
- writeEndElement() - Method in class com.caucho.xml.stream.XMLStreamWriterImpl
-
- writeEndElement(String) - Method in class com.caucho.xml.stream.XMLStreamWriterImpl
-
- writeEndElement(String, String) - Method in class com.caucho.xml.stream.XMLStreamWriterImpl
-
- writeEndElement() - Method in class com.caucho.xml.stream.XMLStreamWriterRepairingWrapper
-
- writeEntityRef(String) - Method in class com.caucho.xml.stream.DOMResultXMLStreamWriterImpl
-
- writeEntityRef(String) - Method in class com.caucho.xml.stream.SAXResultXMLStreamWriterImpl
-
- writeEntityRef(String) - Method in class com.caucho.xml.stream.XMLStreamWriterImpl
-
- writeEntityRef(String) - Method in class com.caucho.xml.stream.XMLStreamWriterRepairingWrapper
-
- writeExternal(ObjectOutput) - Method in class com.caucho.xml.SerializedXml
-
- writeFile(Path) - Method in class com.caucho.vfs.WriteStream
-
Copies a file to the stream.
- writeFloat(float) - Method in class com.caucho.bytecode.ByteCodeWriter
-
Writes a float
- writeInt(int) - Method in class com.caucho.bytecode.ByteCodeWriter
-
Writes an int
- writeInt(OutputStream, int) - Static method in class com.caucho.util.IoUtil
-
- writeIntUTF8(String) - Method in class com.caucho.bytecode.ByteCodeWriter
-
Writes UTF-8
- writeLineElement(String) - Method in class com.caucho.vfs.XmlWriter
-
Convenience method, same as doing a startLineElement() and then immediately
doing an endLineElement().
- writeLineElement(String, Object) - Method in class com.caucho.vfs.XmlWriter
-
Convenience method, same as doing a startLineElement(), writeText(text),
endLineElement().
- writeLong(long) - Method in class com.caucho.bytecode.ByteCodeWriter
-
Writes an int
- writeLong(byte[], int, long) - Static method in class com.caucho.util.BitsUtil
-
- writeLong(OutputStream, long) - Static method in class com.caucho.util.IoUtil
-
- writeMmap(long, long[], long, long) - Method in interface com.caucho.vfs.SendfileOutputStream
-
- writeMmap(long, long[], long, long) - Method in class com.caucho.vfs.StreamImpl
-
- writeMmap(long, long[], long, long) - Method in class com.caucho.vfs.WriteStream
-
- writeNamespace(String, String) - Method in class com.caucho.xml.stream.DOMResultXMLStreamWriterImpl
-
- writeNamespace(String, String) - Method in class com.caucho.xml.stream.SAXResultXMLStreamWriterImpl
-
- writeNamespace(String, String) - Method in class com.caucho.xml.stream.XMLStreamWriterImpl
-
- writeNamespace(String, String) - Method in class com.caucho.xml.stream.XMLStreamWriterRepairingWrapper
-
- writeObject(PDFWriter) - Method in class com.caucho.quercus.lib.pdf.PDFEmbeddedFile
-
Writes the object to the stream
- writeObject(PDFWriter) - Method in class com.caucho.quercus.lib.pdf.PDFFileImage
-
Writes the object to the stream
- writeObject(PDFWriter) - Method in class com.caucho.quercus.lib.pdf.PDFFont
-
- writeObject(PDFWriter) - Method in class com.caucho.quercus.lib.pdf.PDFImage
-
- writeObject(PDFWriter) - Method in class com.caucho.quercus.lib.pdf.PDFObject
-
Writes the object to the stream
- writeObjectNew(PDFWriter) - Method in class com.caucho.quercus.lib.pdf.PDFImage
-
Writes the object to the stream
- writeOutline(PDFOutline) - Method in class com.caucho.quercus.lib.pdf.PDFWriter
-
- writePageGroup(int, int, ArrayList<PDFPage>) - Method in class com.caucho.quercus.lib.pdf.PDFWriter
-
- writePI(Env, StringValue, StringValue) - Method in class com.caucho.quercus.lib.xml.XMLWriter
-
Writes a pi
- writeProcessingInstruction(String) - Method in class com.caucho.xml.stream.DOMResultXMLStreamWriterImpl
-
- writeProcessingInstruction(String, String) - Method in class com.caucho.xml.stream.DOMResultXMLStreamWriterImpl
-
- writeProcessingInstruction(String) - Method in class com.caucho.xml.stream.SAXResultXMLStreamWriterImpl
-
- writeProcessingInstruction(String, String) - Method in class com.caucho.xml.stream.SAXResultXMLStreamWriterImpl
-
- writeProcessingInstruction(String) - Method in class com.caucho.xml.stream.XMLStreamWriterImpl
-
- writeProcessingInstruction(String, String) - Method in class com.caucho.xml.stream.XMLStreamWriterImpl
-
- writeProcessingInstruction(String) - Method in class com.caucho.xml.stream.XMLStreamWriterRepairingWrapper
-
- writeProcessingInstruction(String, String) - Method in class com.caucho.xml.stream.XMLStreamWriterRepairingWrapper
-
- writeRaw(Env, StringValue) - Method in class com.caucho.quercus.lib.xml.XMLWriter
-
Writes raw text
- writeReplace() - Method in class com.caucho.config.inject.InjectManager
-
Serialization rewriting
- writeReplace() - Method in class com.caucho.loader.EnvironmentProperties
-
- writeReplace() - Method in class com.caucho.quercus.env.ArgGetValue
-
- writeReplace() - Method in class com.caucho.quercus.env.ArgRef
-
- writeReplace() - Method in class com.caucho.quercus.env.JavaAdapterVar
-
- writeReplace() - Method in class com.caucho.quercus.env.Var
-
- WriterStreamImpl - Class in com.caucho.vfs
-
Handles a stream which outputs to a writer.
- WriterStreamImpl() - Constructor for class com.caucho.vfs.WriterStreamImpl
-
- writeSendfile(byte[], int, long) - Method in interface com.caucho.vfs.SendfileOutputStream
-
- writeSendfile(byte[], int, int, byte[], int, long) - Method in class com.caucho.vfs.StreamImpl
-
- writeSendfile(byte[], int, long) - Method in class com.caucho.vfs.WriteStream
-
- writeShort(int) - Method in class com.caucho.bytecode.ByteCodeWriter
-
Writes a short.
- writeStartDocument() - Method in class com.caucho.xml.stream.DOMResultXMLStreamWriterImpl
-
- writeStartDocument(String) - Method in class com.caucho.xml.stream.DOMResultXMLStreamWriterImpl
-
- writeStartDocument(String, String) - Method in class com.caucho.xml.stream.DOMResultXMLStreamWriterImpl
-
- writeStartDocument() - Method in class com.caucho.xml.stream.SAXResultXMLStreamWriterImpl
-
- writeStartDocument(String) - Method in class com.caucho.xml.stream.SAXResultXMLStreamWriterImpl
-
- writeStartDocument(String, String) - Method in class com.caucho.xml.stream.SAXResultXMLStreamWriterImpl
-
- writeStartDocument() - Method in class com.caucho.xml.stream.XMLStreamWriterImpl
-
- writeStartDocument(String) - Method in class com.caucho.xml.stream.XMLStreamWriterImpl
-
- writeStartDocument(String, String) - Method in class com.caucho.xml.stream.XMLStreamWriterImpl
-
- writeStartDocument() - Method in class com.caucho.xml.stream.XMLStreamWriterRepairingWrapper
-
- writeStartDocument(String) - Method in class com.caucho.xml.stream.XMLStreamWriterRepairingWrapper
-
- writeStartDocument(String, String) - Method in class com.caucho.xml.stream.XMLStreamWriterRepairingWrapper
-
- writeStartElement(String) - Method in class com.caucho.xml.stream.DOMResultXMLStreamWriterImpl
-
- writeStartElement(String, String) - Method in class com.caucho.xml.stream.DOMResultXMLStreamWriterImpl
-
- writeStartElement(String, String, String) - Method in class com.caucho.xml.stream.DOMResultXMLStreamWriterImpl
-
- writeStartElement(String) - Method in class com.caucho.xml.stream.SAXResultXMLStreamWriterImpl
-
- writeStartElement(String, String) - Method in class com.caucho.xml.stream.SAXResultXMLStreamWriterImpl
-
- writeStartElement(String, String, String) - Method in class com.caucho.xml.stream.SAXResultXMLStreamWriterImpl
-
- writeStartElement(XMLStreamWriter, QName) - Static method in class com.caucho.xml.stream.StaxUtil
-
- writeStartElement(String) - Method in class com.caucho.xml.stream.XMLStreamWriterImpl
-
- writeStartElement(String, String) - Method in class com.caucho.xml.stream.XMLStreamWriterImpl
-
- writeStartElement(String, String, String) - Method in class com.caucho.xml.stream.XMLStreamWriterImpl
-
- writeStartElement(String) - Method in class com.caucho.xml.stream.XMLStreamWriterRepairingWrapper
-
- writeStartElement(String, String) - Method in class com.caucho.xml.stream.XMLStreamWriterRepairingWrapper
-
- writeStartElement(String, String, String) - Method in class com.caucho.xml.stream.XMLStreamWriterRepairingWrapper
-
- writeStream(int, PDFStream) - Method in class com.caucho.quercus.lib.pdf.PDFWriter
-
- WriteStream - Class in com.caucho.vfs
-
A fast bufferered output stream supporting both character
and byte data.
- WriteStream() - Constructor for class com.caucho.vfs.WriteStream
-
Creates an uninitialized stream.
- WriteStream(StreamImpl) - Constructor for class com.caucho.vfs.WriteStream
-
Creates a stream and initializes with a specified source.
- writeStream(InputStream) - Method in class com.caucho.vfs.WriteStream
-
Writes the contents of a JDK stream.
- writeStream(Reader) - Method in class com.caucho.vfs.WriteStream
-
Writes the contents of a JDK reader.
- writeStream(InputStream, int) - Method in class com.caucho.vfs.WriteStream
-
Writes the contents of a JDK stream.
- writeStream(StreamImpl) - Method in class com.caucho.vfs.WriteStream
-
Writes the contents of a JDK stream.
- WriteStreamOutput - Class in com.caucho.quercus.lib.file
-
Represents a Quercus file open for reading
- WriteStreamOutput(OutputStream) - Constructor for class com.caucho.quercus.lib.file.WriteStreamOutput
-
- writeTemporary(Env, String, int) - Method in class com.caucho.quercus.lib.db.OracleOciLob
-
Writes temporary large object
- writeText(char) - Method in class com.caucho.vfs.XmlWriter
-
Close an open element (if any), then write with escaping as needed.
- writeText(char[]) - Method in class com.caucho.vfs.XmlWriter
-
Close an open element (if any), then write with escaping as needed.
- writeText(char[], int, int) - Method in class com.caucho.vfs.XmlWriter
-
Close an open element (if any), then write with escaping as needed.
- writeText(Object) - Method in class com.caucho.vfs.XmlWriter
-
Close an open element (if any), then write object.toString(), with escaping
as needed.
- writeText(XmlWriter, char) - Method in class com.caucho.vfs.XmlWriter.Xml
-
- writeText(XmlWriter, char[]) - Method in class com.caucho.vfs.XmlWriter.Xml
-
- writeText(XmlWriter, char[], int, int) - Method in class com.caucho.vfs.XmlWriter.Xml
-
- writeTextObject(XmlWriter, Object) - Method in class com.caucho.vfs.XmlWriter.Xml
-
- writeTMCommit(XidImpl) - Method in class com.caucho.transaction.xalog.AbstractXALogStream
-
Writes a commit entry to the log file.
- writeTMFinish(XidImpl) - Method in class com.caucho.transaction.xalog.AbstractXALogStream
-
Writes a finish entry to the log file.
- writeTo(OutputStream) - Method in class com.caucho.quercus.env.StringBuilderValue
-
Writes to a stream
- writeTo(OutputStream) - Method in class com.caucho.quercus.env.StringValue
-
Writes to a stream
- writeTo(Env, OutputStream) - Method in class com.caucho.quercus.lib.curl.MultipartBody
-
- writeTo(Env, OutputStream) - Method in class com.caucho.quercus.lib.curl.PostBody
-
- writeTo(Env, OutputStream) - Method in class com.caucho.quercus.lib.curl.UrlEncodedBody
-
- writeTo(Env, OutputStream) - Method in class com.caucho.quercus.lib.curl.UserBody
-
- writeToFile(Env, Path, long, long) - Method in class com.caucho.quercus.lib.db.OracleOciLob
-
Alias of export()
- writeToStream(OutputStream, int) - Method in class com.caucho.quercus.lib.file.AbstractBinaryInput
-
- writeToStream(OutputStream, int) - Method in class com.caucho.quercus.lib.file.BufferedBinaryInputOutput
-
- writeToStream(OutputStream, int) - Method in class com.caucho.quercus.lib.file.FileReadValue
-
- writeToStream(OutputStream, int) - Method in class com.caucho.quercus.lib.file.FileValue
-
Read a maximum of length bytes from the file and write
them to the outputStream.
- writeToStream(OutputStream, int) - Method in class com.caucho.quercus.lib.file.ReadStreamInput
-
- writeToStream(WriteStream) - Method in class com.caucho.quercus.lib.pdf.PDFStream
-
- writeToStream(OutputStream) - Method in class com.caucho.vfs.MemoryStream
-
- writeToStream(OutputStream) - Method in class com.caucho.vfs.Path
-
Utility to write the contents of this path to the destination stream.
- writeToStream(OutputStreamWithBuffer) - Method in class com.caucho.vfs.Path
-
Utility to write the contents of this path to the destination stream.
- writeToStream(OutputStream) - Method in class com.caucho.vfs.PathWrapper
-
Utility to write the contents of this path to the destination stream.
- writeToStream(OutputStreamWithBuffer) - Method in class com.caucho.vfs.PathWrapper
-
Utility to write the contents of this path to the destination stream.
- writeToStream(SendfileOutputStream, long, long, long[], long) - Method in class com.caucho.vfs.RandomAccessStream
-
Writes data to the file.
- writeToStream(OutputStream) - Method in class com.caucho.vfs.ReadStream
-
Copies this stream to the output stream.
- writeToStream(OutputStream, int) - Method in class com.caucho.vfs.ReadStream
-
Writes len bytes to the output stream from this stream.
- writeToStream(OutputStream) - Method in class com.caucho.vfs.TempOutputStream
-
- writeToStream(OutputStream) - Method in class com.caucho.vfs.TempStream
-
- writeToWriter(Writer) - Method in class com.caucho.vfs.ReadStream
-
Copies this stream to the output stream.
- writeUTF8(String) - Method in class com.caucho.bytecode.ByteCodeWriter
-
Writes UTF-8
- writeUTF8(ByteBuffer, String) - Method in class com.caucho.bytecode.ByteCodeWriter
-
Writes UTF-8
- writeUTF8Const(String) - Method in class com.caucho.bytecode.ByteCodeWriter
-
Writes a UTF8 constant.
- writeXmlDeclaration(XmlWriter) - Method in class com.caucho.vfs.XmlWriter.Xhtml
-