~ubuntu-branches/ubuntu/trusty/c++-annotations/trusty-proposed

« back to all changes in this revision

Viewing changes to yo/iostreams/ostreamseek.yo

  • Committer: Package Import Robot
  • Author(s): Frank B. Brokken
  • Date: 2013-05-30 13:32:18 UTC
  • mfrom: (1.1.24)
  • Revision ID: package-import@ubuntu.com-20130530133218-k39mr5uredd093jr
Tags: 9.7.2-1
New upstream release, repairs several minor left-over flaws.
This release incorporates 9.7.0 and 9.7.1.

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
    It is OK to
34
34
 hi(write beyond end of file)hi(seek beyond file boundaries)
35
35
    seek or write beyond the last file position.  Writing bytes to a location
36
 
beyond endOfFile() will pad the intermediate bytes with i(ASCII-Z) values:
 
36
beyond endOfFile() will pad the intermediate bytes with 0-valued bytes:
37
37
i(null-bytes).
38
38
    Seeking before tt(ios::beg) raises the hi(fail)tt(ios::fail) flag.
39
39
        )