Next: tapebufout, Previous: tanh, Up: Internal Routines [Contents][Index]
tapebufin, tape_unit, array [, recsize,
offset, len]
[tape]
Reads asynchronously from a tape at tape unit
tape_unit
into array array
. The record size
recsize
defaults to 32768 bytes. The offset at which to
start writing into array
defaults to 0, and the number of
bytes to read, len
, defaults to the size of the array. The
array is written as if it is a byte
array.
See also tapebufout