Seek()
NetworkStream::Seek(int64_t, IO::SeekOrigin) method
Sets the position of the stream represented by the current object.
int64_t System::Net::Sockets::NetworkStream::Seek(int64_t offset, IO::SeekOrigin origin) override
Arguments
Parameter | Type | Description |
---|---|---|
offset | int64_t | The byte offset relative to a position specified by origin |
origin | IO::SeekOrigin | Specifies the position from which and the direction toward which the offset is calculated |
Return Value
The new position of the stream
See Also
- Enum SeekOrigin
- Class NetworkStream
- Namespace System::Net::Sockets
- Library Aspose.Slides