FileReader.write

Writes a byte at the seek-position, and moves seek to end of the written data

  1. void write(ubyte[] t)
  2. void write(ubyte t)
    class FileReader
    void
    write
    (
    ubyte t
    )

Meta