Reference Library
Seek Method (offset, origin)
NamespacesMBNCSUtil.DataMpqFileStreamSeek(Int64, SeekOrigin)
Moves the current location within the stream to the specified location.
Declaration Syntax
C#Visual BasicVisual C++
public override long Seek(
	long offset,
	SeekOrigin origin
)
Public Overrides Function Seek ( _
	offset As Long, _
	origin As SeekOrigin _
) As Long
public:
virtual long long Seek(
	long long offset, 
	SeekOrigin origin
) override
Parameters
offset (Int64)
The offset relative to the seek origin.
origin (SeekOrigin)
The seek origin.
Return Value
The new position in the file.

Assembly: Asgard5Library (Module: Asgard5Library)