System::IO::UnmanagedMemoryStream::Seek method
UnmanagedMemoryStream::Seek method
Sets the position of the stream represented by the current object.
virtual int64_t System::IO::UnmanagedMemoryStream::Seek(int64_t offset, SeekOrigin loc) override
Parameter | Type | Description |
---|---|---|
offset | int64_t | The byte offset relative to a position specified by origin |
loc | SeekOrigin | Specifies the position from which and the direction toward which the offset is calculated |
ReturnValue
The new position of the stream
See Also
- Enum SeekOrigin
- Class UnmanagedMemoryStream
- Namespace System::IO
- Library Aspose.TeX for C++