BinaryFile Class
Definition
A binary SourceFile.
public sealed class BinaryFile : SourceFile, IEquatable<SourceFile>, IEqualityOperators<SourceFile, SourceFile, Boolean>
Constructors
Name | Description |
---|---|
Initialises a new instance of the BinaryFile class from a file on disk. | |
Initialises a new instance of the BinaryFile class from a Stream containing the file. | |
Initialises a new instance of the BinaryFile class from a list of bytes containing the file. |
Properties
Name | Description |
---|---|
The raw bytes of the file. |
Methods
Name | Description |
---|---|
Creates a BinaryFilePosition from this BinaryFile that represents the whole file. | |
Creates a BinaryFilePosition from this BinaryFile. |
Last modified: 22 November 2024