The R Project SVN R

Rev

Rev 85908 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 85908 Rev 85925
Line 35... Line 35...
35
  \code{seek} with \code{where = NA} returns the current byte offset
35
  \code{seek} with \code{where = NA} returns the current byte offset
36
  of a connection (from the beginning), and with a non-missing \code{where}
36
  of a connection (from the beginning), and with a non-missing \code{where}
37
  argument the connection is re-positioned (if possible) to the
37
  argument the connection is re-positioned (if possible) to the
38
  specified position.  \code{isSeekable} returns whether the connection
38
  specified position.  \code{isSeekable} returns whether the connection
39
  in principle supports \code{seek}: currently only (possibly
39
  in principle supports \code{seek}: currently only (possibly
40
  gz-compressed) file connections do.
40
  \abbr{gz}-compressed) file connections do.
41
 
41
 
42
  \code{where} is stored as a real but should represent an integer:
42
  \code{where} is stored as a real but should represent an integer:
43
  non-integer values are likely to be truncated.  Note that the possible
43
  non-integer values are likely to be truncated.  Note that the possible
44
  values can exceed the largest representable number in an \R
44
  values can exceed the largest representable number in an \R
45
  \code{integer} on 64-bit builds, and on some 32-bit builds.
45
  \code{integer} on 64-bit builds, and on some 32-bit builds.