C# Class ProtoZBuffer.Core.ProtozbuffLoader

Show file Open project: CAST-projects/ProtoZBuffer

Public Methods

Method Description
Load ( string p ) : protozbuffType

Load an xml file from p as an instance of protozbuff format

Private Methods

Method Description
Check ( protozbuffType root ) : void
CheckFieldsInMsg ( IEnumerable allMessages, messageType msg ) : void
CheckIndexesInMsg ( IEnumerable allMessages, messageType msg ) : void
Load ( TextReader s ) : protozbuffType

Load a stream s with respect to protozbuff format

UpdateIndexes ( protozbuffType root ) : void

Method Details

Load() public static method

Load an xml file from p as an instance of protozbuff format
public static Load ( string p ) : protozbuffType
p string
return protozbuffType