Class UnknownDataBlock
Namespace: ValveResourceFormat.ResourceTypes
Assembly: ValveResourceFormat.dll
Unknown resource data.
csharp
public class UnknownDataBlock : BlockInheritance
object ← Block ← UnknownDataBlock
Inherited Members
Block.Type, Block.Offset, Block.Size, Block.Resource, Block.Read(BinaryReader), Block.ToString(), Block.WriteText(IndentedTextWriter), Block.Serialize(Stream)
Extension Methods
ResourceDataExtensions.AsKeyValueCollection(Block)
Constructors
UnknownDataBlock(ResourceType)
Unknown resource data.
csharp
public UnknownDataBlock(ResourceType ResourceType)Parameters
ResourceType ResourceType
Properties
Type
Gets the block type.
csharp
public override BlockType Type { get; }Property Value
Methods
Read(BinaryReader)
Reads the block data from a binary reader.
csharp
public override void Read(BinaryReader reader)Parameters
reader BinaryReader
The binary reader to read from.
Serialize(Stream)
Writes the binary representation of the object to Stream.
csharp
public override void Serialize(Stream stream)Parameters
stream Stream
Stream.
WriteText(IndentedTextWriter)
Writes the correct text dump of the object to .
csharp
public override void WriteText(IndentedTextWriter writer)Parameters
writer IndentedTextWriter
Remarks
Throws NotImplementedException as this is an unknown data block type.

