System::IO::FileStream::set_Position method
FileStream::set_Position method
Flushes the stream and then sets the stream’s position.
void System::IO::FileStream::set_Position(int64_t value) override
Parameter | Type | Description |
---|---|---|
value | int64_t | The byte offset to set the stream’s position to. |
See Also
- Class FileStream
- Namespace System::IO
- Library Aspose.PUB for C++