Click or drag to resize
GDFileRandomAccessStreamWithContentType Methods

The GDFileRandomAccessStreamWithContentType type exposes the following members.

Methods
  NameDescription
Public methodCloneStream
Creates a new instance of a IRandomAccessStreamWithContentType 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 data from the stream asynchronously.
Public methodSeek
Sets the position of the stream to the specified value.
Public methodToString (Inherited from Object.)
Public methodWriteAsync
Writes data asynchronously in a sequential stream.
Top
See Also