Click or drag to resize
GDFileRandomAccessStream Methods

The GDFileRandomAccessStream type exposes the following members.

Methods
  NameDescription
Public methodCloneStream
Creates a new instance of a IRandomAccessStream over the same resource as the current stream.
Public methodEquals (Inherited from Object.)
Public methodFlushAsync
Flushes data asynchronously in a sequential stream.
Public methodGetHashCode (Inherited from Object.)
Public methodGetInputStreamAt
Returns an input stream at a specified location in a stream.
Public methodGetOutputStreamAt
Returns an output stream at a specified location in a stream.
Public methodGetType (Inherited from Object.)
Public methodReadAsync
Reads file asynchronously using provided InputStreamOptions.
Public methodSeek
Sets the position of the stream to the specified value.
Public methodToString (Inherited from Object.)
Public methodWriteAsync
Writes data asynchronously to a file.
Top
See Also