seek-end


Vocabulary
io

Inputs
None

Outputs
valuea seek singleton


Word description
Seeks to an offset from the end of the stream. If the offset puts the stream pointer past the end of the data on an output stream, writing to it will pad the difference with zeros.

See also
seek-absolute, seek-relative

Definition