Click or drag to resize
GDFileInputStream Class
Reads asynchronously data from a file.
Inheritance Hierarchy
SystemObject
  GDGDFileInputStream

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

The GDFileInputStream type exposes the following members.

Properties
  NameDescription
Public propertyPosition
Returns the current offset inside the file.
Public propertySize
Returns length of the file which is being read.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodReadAsync
Reads file asynchronously using provided InputStreamOptions.
Public methodToString (Inherited from Object.)
Top
See Also

Reference