C# Class ValveResourceFormat.ResourceTypes.BinaryKV3

Inheritance: ValveResourceFormat.Blocks.ResourceData
Datei anzeigen Open project: SteamDatabase/ValveResourceFormat Class Usage Examples

Public Methods

Method Description
Read ( BinaryReader reader, Resource resource ) : void
WriteText ( IndentedTextWriter writer ) : void

Private Methods

Method Description
MakeValue ( byte type, object data, KVFlag flag ) : KVValue
ParseBinaryKV3 ( BinaryReader reader, KVObject parent, bool inArray = false ) : KVObject

Method Details

Read() public method

public Read ( BinaryReader reader, Resource resource ) : void
reader System.IO.BinaryReader
resource Resource
return void

WriteText() public method

public WriteText ( IndentedTextWriter writer ) : void
writer System.CodeDom.Compiler.IndentedTextWriter
return void