1
means the beginning of the stream.
seek
method returns the new position in the stream if the read or
write position is successfully located, or an appropriate error message.seek: stream~seek("=2 read")
stream~seek("+15 read")
stream~seek("-7 write line")
fromend = 125
stream~seek("<"fromend read)