Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

add positioned writing feature to fs.WriteStream #1645

Closed
wants to merge 2 commits into from

Commits on Sep 10, 2011

  1. minor corrections from examining stream read positioning

    Fix minor typos, one small refactor, and change emit() in a constructor
    to a throw
    tshinnic committed Sep 10, 2011
    Configuration menu
    Copy the full SHA
    f4c38cc View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2011

  1. add positioned file writing feature to fs.WriteStream

    Patterned on same feature in ReadStream; a small bit of new code added
    plus two refactorings of previous code; added two test files.
    tshinnic committed Sep 11, 2011
    Configuration menu
    Copy the full SHA
    ca35782 View commit details
    Browse the repository at this point in the history