Class RawDataStructure

RawDataStructure class

The raw data structure.

public sealed class RawDataStructure : OSTypeStructure

Constructors

NameDescription
RawDataStructure(ClassID)Initializes a new instance of the RawDataStructure class.

Properties

NameDescription
Data { get; set; }Gets or sets the data.
override Key { get; }Gets the key.
KeyName { get; set; }Gets or sets the key name.
override Length { get; }Gets the OSTypeStructure length in bytes.

Methods

NameDescription
virtual GetHeaderLength()Gets the header length.
Save(StreamContainer)Saves the structure to the specified stream container.
SaveWithoutKeyName(StreamContainer)Saves the structure to the specified stream container.

Fields

NameDescription
const StructureKeyIdentifies the structure key.

See Also