Click or drag to resize

AtalaFileStreamSeek Method

Moves the file pointer for an open stream.
Overload List
  NameDescription
Public methodSeek
Moves the file pointer to the beginning of the stream.
Public methodSeek(Int64, SeekOrigin)
Moves the file pointer to a specific position within the stream.
(Overrides StreamSeek(Int64, SeekOrigin).)
Top
See Also