The procedures listed below operate on any kind of R6RS I/O port.
If port supports it (see below), return the offset (an integer) indicating where the next octet will be read from/written to in port. If port does not support this operation, an error condition is raised.
This is similar to Guile's
seekprocedure with theSEEK_CURargument (see Random Access).
If port supports it (see below), set the position where the next octet will be read from/written to port to offset (an integer). If port does not support this operation, an error condition is raised.
This is similar to Guile's
seekprocedure with theSEEK_SETargument (see Random Access).