Writer.rawWrite

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void rawWrite(ubyte ch)
  2. void rawWrite(bool value)
    class Writer
    protected
    void
    rawWrite
    (
    in bool value
    )
  3. void rawWrite(int value)
  4. void rawWrite(float value)
  5. void rawWrite(string str)

Meta