Click or drag to resize
GDFileRandomAccessStreamWithContentType Class
Supports random access of data in input and output streams for a specified data format.
Inheritance Hierarchy
SystemObject
  GDGDFileRandomAccessStreamWithContentType

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

The GDFileRandomAccessStreamWithContentType 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 propertyContentType
This property is not implemented yet.
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 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

Reference