Inheritance diagram for IWriter:
Public Member Functions | |
IWriter | put (bool x) |
IWriter | put (ubyte x) |
IWriter | put (byte x) |
IWriter | put (ushort x) |
IWriter | put (short x) |
IWriter | put (uint x) |
IWriter | put (int x) |
IWriter | put (ulong x) |
IWriter | put (long x) |
IWriter | put (float x) |
IWriter | put (double x) |
IWriter | put (real x) |
IWriter | put (char x) |
IWriter | put (wchar x) |
IWriter | put (dchar x) |
IWriter | put (char[] x) |
IWriter | putw (wchar[] x) |
IWriter | putd (dchar[] x) |
IWriter | put (IWritable x) |
void | setStringEncoder (IStringEncoder s) |
IWriter | cr () |
IWriter | flush () |
IBuffer | getBuffer () |
Definition at line 107 of file IWriter.d.
|
These are the basic writer methods Reimplemented in AbstractWriter. Referenced by HttpResponse::commit(), HttpClient::open(), AdminServlet::service(), testBuffer(), testClassSerialization(), testCompositeIO(), testDisplay(), testHttpClient(), testHttpClient2(), testProtocol(), testRandomAccess(), testServletEngine(), testTextWriter(), testToken1(), Token::write(), RollCall::write(), Payload::write(), Message::write(), HttpTokens::write(), StartLine::VersionUseTokenizer::write(), HttpCookies::write(), Cookie::write(), ResponseLine::write(), FilePath::write(), and NewlineWriter::write(). |
|
Reimplemented in AbstractWriter. |
|
Reimplemented in AbstractWriter. |
|
Reimplemented in AbstractWriter. |
|
Reimplemented in AbstractWriter. |
|
Reimplemented in AbstractWriter. |
|
Reimplemented in AbstractWriter. |
|
Reimplemented in AbstractWriter. |
|
Reimplemented in AbstractWriter. |
|
Reimplemented in AbstractWriter. |
|
Reimplemented in AbstractWriter. |
|
Reimplemented in AbstractWriter. |
|
Reimplemented in AbstractWriter. |
|
Reimplemented in AbstractWriter. |
|
Reimplemented in AbstractWriter. |
|
Reimplemented in AbstractWriter, ColumnWriter, and TextWriter. |
|
Reimplemented in AbstractWriter. Referenced by UText::VersionMango::write(). |
|
Reimplemented in AbstractWriter. |
|
Reimplemented in AbstractWriter, ColumnWriter, and TextWriter. |
|
Set the configured IStringEncoder. These are intended to be used as a conversion mechanism between various character representations. They are also expected to be used for the process of applying character encodings. Reimplemented in AbstractWriter. Referenced by testDisplay(), and testTextWriter(). |
|
Output a newline. Do this indirectly so that it can be intercepted by subclasses. Reimplemented in AbstractWriter. Referenced by HttpResponse::commit(), HttpClient::open(), AdminServlet::service(), testDisplay(), testHttpClient(), testHttpClient2(), testServletEngine(), testTextWriter(), HttpTokens::write(), StartLine::VersionUseTokenizer::write(), HttpCookies::write(), and ResponseLine::write(). |
|
Flush the output of this writer. Throws an IOException if the operation fails. Reimplemented in AbstractWriter. Referenced by HttpResponse::commit(), HttpResponse::flush(), HttpClient::open(), testCompositeIO(), testConduitFilters(), testDisplay(), and testTextWriter(). |
|
Return the associated buffer Reimplemented in AbstractWriter. |