Click or drag to resize
GDFileRandomAccessStream Class
Supports random access of data in input and output streams.
Inheritance Hierarchy
SystemObject
  GDGDFileRandomAccessStream

Namespace:  GD
Assembly:  GD (in GD.dll) Version: 255.255.255.255
Syntax
public sealed class GDFileRandomAccessStream : IRandomAccessStream, 
	IClosable, IInputStream, IOutputStream

The GDFileRandomAccessStream type exposes the following members.

Properties
  NameDescription
Public propertyCanRead
Gets a value that indicates whether the stream can be read from.
Public propertyCanWrite
Gets a value that indicates whether the stream can be written to.
Public propertyPosition
Gets the byte offset of the stream.
Public propertySize
Gets or sets the size of the random access stream.
Top
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

Reference