FileAssistant Class |
Namespace: FM.IceLink
The FileAssistant type exposes the following members.
| Name | Description | |
|---|---|---|
| FileAssistant |
Initializes a new instance of the FileAssistant class.
|
| Name | Description | |
|---|---|---|
| File |
Gets the file.
| |
| LittleEndian |
Gets or sets whether to read/write using little-endian ordering.
|
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| Read |
Reads a value from a File.
| |
| Read16 |
Converts a 16-bit network representation to an integer.
| |
| Read24 |
Converts a 24-bit network representation to an integer.
| |
| Read32 |
Converts a 32-bit network representation to an integer.
| |
| Read40 |
Converts a 40-bit network representation to an integer.
| |
| Read48 |
Converts a 48-bit network representation to an integer.
| |
| Read56 |
Converts a 56-bit network representation to an integer.
| |
| Read64 |
Converts a 64-bit network representation to an integer.
| |
| Read8 |
Converts an 8-bit network representation to an integer.
| |
| ReadAllBytes |
Reads all the bytes of a file into a byte array.
| |
| ReadOpaque16 |
Reads a 16-bit-length opaque value from a File.
| |
| ReadOpaque24 |
Reads a 24-bit-length opaque value from a File.
| |
| ReadOpaque32 |
Reads a 32-bit-length opaque value from a File.
| |
| ReadOpaque8 |
Reads an 8-bit-length opaque value from a File.
| |
| ToString | (Inherited from Object.) | |
| Write(Byte) |
Adds a value to a File.
| |
| Write(Byte, Int32, Int32) |
Adds a value to a File.
| |
| Write16 |
Adds a 16-bit value to a File.
| |
| Write16To |
Adds a 16-bit value to a File.
| |
| Write24 |
Adds a 24-bit value to a File.
| |
| Write24To |
Adds a 24-bit value to a File.
| |
| Write32 |
Adds a 32-bit value to a File.
| |
| Write32To |
Adds a 32-bit value to a File.
| |
| Write40 |
Adds a 40-bit value to a File.
| |
| Write40To |
Adds a 40-bit value to a File.
| |
| Write48 |
Adds a 48-bit value to a File.
| |
| Write48To |
Adds a 48-bit value to a File.
| |
| Write56 |
Adds a 56-bit value to a File.
| |
| Write56To |
Adds a 56-bit value to a File.
| |
| Write64 |
Adds a 64-bit value to a File.
| |
| Write64To |
Adds a 64-bit value to a File.
| |
| Write8 |
Adds an 8-bit value to a File.
| |
| Write8To |
Adds an 8-bit value to a File.
| |
| WriteOpaque16 |
Adds a 16-bit-length opaque value to a File.
| |
| WriteOpaque16To |
Adds a 16-bit-length opaque value to a File.
| |
| WriteOpaque24 |
Adds a 24-bit-length opaque value to a File.
| |
| WriteOpaque24To |
Adds a 24-bit-length opaque value to a File.
| |
| WriteOpaque32 |
Adds a 32-bit-length opaque value to a File.
| |
| WriteOpaque32To |
Adds a 32-bit-length opaque value to a File.
| |
| WriteOpaque40 |
Adds a 40-bit-length opaque value to a File.
| |
| WriteOpaque40To |
Adds a 40-bit-length opaque value to a File.
| |
| WriteOpaque48 |
Adds a 48-bit-length opaque value to a File.
| |
| WriteOpaque48To |
Adds a 48-bit-length opaque value to a File.
| |
| WriteOpaque56 |
Adds a 56-bit-length opaque value to a File.
| |
| WriteOpaque56To |
Adds a 56-bit-length opaque value to a File.
| |
| WriteOpaque64 |
Adds a 64-bit-length opaque value to a File.
| |
| WriteOpaque64To |
Adds a 64-bit-length opaque value to a File.
| |
| WriteOpaque8 |
Adds an 8-bit-length opaque value to a File.
| |
| WriteOpaque8To |
Adds an 8-bit-length opaque value to a File.
| |
| WriteTo |
Adds a value to a File.
|