RedisOutputStream.write

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void write(byte b)
  2. alias write = FilterOutputStream.write
  3. alias write = OutputStream.write
  4. void write(byte[] b)
  5. void write(byte[] b, int off, int len)
    class RedisOutputStream
    override
    void
    write
    (
    byte[] b
    ,
    int off
    ,
    int len
    )

Meta