Stream operations: file access, iteration, splitting.
authorTudor Bosman <tudorb@fb.com>
Wed, 2 May 2012 23:42:35 +0000 (16:42 -0700)
committerJordan DeLong <jdelong@fb.com>
Mon, 17 Sep 2012 01:26:19 +0000 (18:26 -0700)
commiteed46f426a62a15ffae8a2e73ca48617754f0a76
tree3dc52dbc1d951ccceaf33b6a73b195ede4cc2f3b
parent39786ac65d2d105192f684c1c591363835e18f09
Stream operations: file access, iteration, splitting.

Summary: Intended to complement and replace strings::byLine.

Test Plan: stream_test

Reviewed By: delong.j@fb.com

FB internal diff: D463341
folly/Range.h
folly/experimental/io/Stream-inl.h [new file with mode: 0644]
folly/experimental/io/Stream.cpp [new file with mode: 0644]
folly/experimental/io/Stream.h [new file with mode: 0644]
folly/experimental/io/test/StreamTest.cpp [new file with mode: 0644]