On Mon, Feb 08, 2010 at 02:58:31PM -0500, Greg Stein wrote: > Invariably, a stream on a file will not be used > once it hits EOF
Unless it implements mark/seek or reset. See the patch code. Stefan
On Mon, Feb 08, 2010 at 02:58:31PM -0500, Greg Stein wrote: > Invariably, a stream on a file will not be used > once it hits EOF
Unless it implements mark/seek or reset. See the patch code. Stefan