Extracted from Pike v7.3 release 14 at 2002-02-15.
pike.roxen.com
[Top]
Stdio
Stdio.File

Method Stdio.File()->read_function()


Method read_function

function(:string) Stdio.File()->read_function(int nbytes)

Description

Returns a function that when called will call read with nbytes as argument. Can be used to get various callback functions, as an example the fourth argument to String.SplitIterator.