Click or drag to resize
GDFileOutputStream Class
Writes data asynchronously to a file.
Inheritance Hierarchy
SystemObject
  GDGDFileOutputStream

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

The GDFileOutputStream type exposes the following members.

Properties
  NameDescription
Public propertyPosition
Gets the current offset inside the file.
Public propertySize
Gets length of the file.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodFlushAsync
Flushes data asynchronously in a sequential stream.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
Public methodWriteAsync
Writes data asynchronously to a file.
Top
See Also

Reference