C# 클래스 ProtoZBuffer.Core.ProtozbuffLoader

파일 보기 프로젝트 열기: CAST-projects/ProtoZBuffer

공개 메소드들

메소드 설명
Load ( string p ) : protozbuffType

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

비공개 메소드들

메소드 설명
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

메소드 상세

Load() 공개 정적인 메소드

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