Class RawBinary
- Namespace
- ValveResourceFormat.Blocks
- Assembly
- ValveResourceFormat.dll
An opaque block of raw binary data.
public abstract class RawBinary : BlockInheritance
Derived
Inherited Members
Extension Methods
Methods
Read(BinaryReader)
Reads the block data from a binary reader.
public override void Read(BinaryReader reader)Parameters
readerBinaryReader-
The binary reader to read from.
Serialize(Stream)
Writes the binary representation of the object to Stream.
public override void Serialize(Stream stream)Parameters
streamStream-
Stream.
WriteText(IndentedTextWriter)
Writes the correct text dump of the object to IndentedTextWriter.
public override void WriteText(IndentedTextWriter writer)Parameters
writerIndentedTextWriter-
IndentedTextWriter.