Click or drag to resize

FileAssistant Class

A utility class for reading/writing from/to a File.
Inheritance Hierarchy
SystemObject
  FM.IceLinkFileAssistant

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

The FileAssistant type exposes the following members.

Constructors
  NameDescription
Public methodFileAssistant
Initializes a new instance of the FileAssistant class.
Top
Properties
  NameDescription
Public propertyFile
Gets the file.
Public propertyLittleEndian
Gets or sets whether to read/write using little-endian ordering.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRead
Reads a value from a File.
Public methodRead16
Converts a 16-bit network representation to an integer.
Public methodRead24
Converts a 24-bit network representation to an integer.
Public methodRead32
Converts a 32-bit network representation to an integer.
Public methodRead40
Converts a 40-bit network representation to an integer.
Public methodRead48
Converts a 48-bit network representation to an integer.
Public methodRead56
Converts a 56-bit network representation to an integer.
Public methodRead64
Converts a 64-bit network representation to an integer.
Public methodRead8
Converts an 8-bit network representation to an integer.
Public methodStatic memberReadAllBytes
Reads all the bytes of a file into a byte array.
Public methodReadOpaque16
Reads a 16-bit-length opaque value from a File.
Public methodReadOpaque24
Reads a 24-bit-length opaque value from a File.
Public methodReadOpaque32
Reads a 32-bit-length opaque value from a File.
Public methodReadOpaque8
Reads an 8-bit-length opaque value from a File.
Public methodToString (Inherited from Object.)
Public methodWrite(Byte)
Adds a value to a File.
Public methodWrite(Byte, Int32, Int32)
Adds a value to a File.
Public methodWrite16
Adds a 16-bit value to a File.
Public methodWrite16To
Adds a 16-bit value to a File.
Public methodWrite24
Adds a 24-bit value to a File.
Public methodWrite24To
Adds a 24-bit value to a File.
Public methodWrite32
Adds a 32-bit value to a File.
Public methodWrite32To
Adds a 32-bit value to a File.
Public methodWrite40
Adds a 40-bit value to a File.
Public methodWrite40To
Adds a 40-bit value to a File.
Public methodWrite48
Adds a 48-bit value to a File.
Public methodWrite48To
Adds a 48-bit value to a File.
Public methodWrite56
Adds a 56-bit value to a File.
Public methodWrite56To
Adds a 56-bit value to a File.
Public methodWrite64
Adds a 64-bit value to a File.
Public methodWrite64To
Adds a 64-bit value to a File.
Public methodWrite8
Adds an 8-bit value to a File.
Public methodWrite8To
Adds an 8-bit value to a File.
Public methodWriteOpaque16
Adds a 16-bit-length opaque value to a File.
Public methodWriteOpaque16To
Adds a 16-bit-length opaque value to a File.
Public methodWriteOpaque24
Adds a 24-bit-length opaque value to a File.
Public methodWriteOpaque24To
Adds a 24-bit-length opaque value to a File.
Public methodWriteOpaque32
Adds a 32-bit-length opaque value to a File.
Public methodWriteOpaque32To
Adds a 32-bit-length opaque value to a File.
Public methodWriteOpaque40
Adds a 40-bit-length opaque value to a File.
Public methodWriteOpaque40To
Adds a 40-bit-length opaque value to a File.
Public methodWriteOpaque48
Adds a 48-bit-length opaque value to a File.
Public methodWriteOpaque48To
Adds a 48-bit-length opaque value to a File.
Public methodWriteOpaque56
Adds a 56-bit-length opaque value to a File.
Public methodWriteOpaque56To
Adds a 56-bit-length opaque value to a File.
Public methodWriteOpaque64
Adds a 64-bit-length opaque value to a File.
Public methodWriteOpaque64To
Adds a 64-bit-length opaque value to a File.
Public methodWriteOpaque8
Adds an 8-bit-length opaque value to a File.
Public methodWriteOpaque8To
Adds an 8-bit-length opaque value to a File.
Public methodWriteTo
Adds a value to a File.
Top
See Also