C# 클래스 Dmap.ContentParser

파일 보기 프로젝트 열기: gburt/dmap-sharp

공개 메소드들

메소드 설명
Parse ( ContentCodeBag bag, byte buffer ) : ContentNode
Parse ( ContentCodeBag bag, byte buffer, string root ) : ContentNode
Parse ( ContentCodeBag bag, byte buffer, string root, int &offset ) : ContentNode

비공개 메소드들

메소드 설명
ParseChildren ( ContentCodeBag bag, byte buffer, int offset, int length ) : Dmap.ContentNode[]

메소드 상세

Parse() 공개 정적인 메소드

public static Parse ( ContentCodeBag bag, byte buffer ) : ContentNode
bag ContentCodeBag
buffer byte
리턴 ContentNode

Parse() 공개 정적인 메소드

public static Parse ( ContentCodeBag bag, byte buffer, string root ) : ContentNode
bag ContentCodeBag
buffer byte
root string
리턴 ContentNode

Parse() 공개 정적인 메소드

public static Parse ( ContentCodeBag bag, byte buffer, string root, int &offset ) : ContentNode
bag ContentCodeBag
buffer byte
root string
offset int
리턴 ContentNode