Writes data at seek. **Do not use this for arrays**
n is number of bytes to actually write, default (0) is T.sizeof
true if written, false if not (could be because stream not allowed to grow, or max size reached)
See Implementation
Writes data at seek. **Do not use this for arrays**
n is number of bytes to actually write, default (0) is T.sizeof