Click or drag to resize

ResourceParser Class

Base class for file parsers.
Inheritance Hierarchy

Namespace:  Kit.Parsers
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
public abstract class ResourceParser
Request Example View Source

The ResourceParser type exposes the following members.

Properties
  NameDescription
Public propertyParseMode
Return whether the parser works in text-mode or binary.
Public propertySupportedExtensions
Return an array file extensions this parser can parse.
Public propertySupportedTypes
Return an array of types this parser can work with – output for reading, input for saving.
Top
Methods
  NameDescription
Public methodCanParse
Determines whether this parser can parse the specified type and path.
Public methodMerge
Merge the contents of an object into the contents of another object.
Public methodRead
Parse data for reading.
Public methodWrite
Parse data for writing.
Top
See Also