Click or drag to resize
GDFileIO Class
Provides helper methods for reading and writing files that are represented by objects of type IGDStorageFile.
Inheritance Hierarchy
SystemObject
  GDGDFileIO

Namespace:  GD
Assembly:  GD (in GD.dll) Version: 255.255.255.255
Syntax
public sealed class GDFileIO

The GDFileIO type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAppendLinesAsync(IGDStorageFile, IEnumerableString)
Appends lines of text to the specified file.
Public methodStatic memberAppendLinesAsync(IGDStorageFile, IEnumerableString, UnicodeEncoding)
Appends lines of text to the specified file using the specified character encoding.
Public methodStatic memberAppendTextAsync(IGDStorageFile, String)
Appends text to the specified file.
Public methodStatic memberAppendTextAsync(IGDStorageFile, String, UnicodeEncoding)
Appends text to the specified file using the specified character encoding.
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodStatic memberCode exampleReadBufferAsync
Reads the contents of the specified file and returns a buffer.
Public methodStatic memberReadLinesAsync(IGDStorageFile)
Reads the contents of the specified file and returns lines of text.
Public methodStatic memberReadLinesAsync(IGDStorageFile, UnicodeEncoding)
Reads the contents of the specified file and returns lines of text.
Public methodStatic memberCode exampleReadTextAsync(IGDStorageFile)
Reads the contents of the specified file and returns text.
Public methodStatic memberReadTextAsync(IGDStorageFile, UnicodeEncoding)
Reads the contents of the specified file using the specified character encoding and returns text.
Public methodToString (Inherited from Object.)
Public methodStatic memberCode exampleWriteBufferAsync
Writes data from a buffer to the specified file.
Public methodStatic memberWriteBytesAsync
Writes an array of bytes of data to the specified file.
Public methodStatic memberWriteLinesAsync(IGDStorageFile, IEnumerableString)
Writes lines of text to the specified file.
Public methodStatic memberWriteLinesAsync(IGDStorageFile, IEnumerableString, UnicodeEncoding)
Writes lines of text to the specified file using the specified character encoding.
Public methodStatic memberCode exampleWriteTextAsync(IGDStorageFile, String)
Writes text to the specified file.
Public methodStatic memberWriteTextAsync(IGDStorageFile, String, UnicodeEncoding)
Writes text to the specified file using the specified character encoding.
Top
See Also

Reference