Click or drag to resize

FileStream Class

A file stream.
Inheritance Hierarchy
SystemObject
  FM.IceLinkFileStream

Namespace:  FM.IceLink
Assembly:  FM.IceLink (in FM.IceLink.dll) Version: 3.2.2.607 (3.2.2.607)

The FileStream type exposes the following members.

Constructors
  NameDescription
Public methodFileStream
Initializes a new instance of the FileStream class.
Top
Properties
  NameDescription
Public propertyLength
Gets the file length (must be opened first).
Public propertyPath
Gets the path.
Public propertyPosition
Gets or sets the position in the file.
Top
Methods
  NameDescription
Public methodClose
Closes the file.
Public methodStatic memberDelete
Deletes the specified file.
Public methodEquals (Inherited from Object.)
Public methodExists
Returns a boolean value indicating whether the file exists.
Protected methodFinalize (Inherited from Object.)
Public methodFlush
Flushes the file contents.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodOpen
Opens the file.
Public methodRead
Reads data from the file.
Public methodToString (Inherited from Object.)
Public methodWrite
Writes data to the file.
Public methodWriteTo
Writes data to the file.
Top
See Also