RtspParser Methods |
The RtspParser type exposes the following members.
Name | Description | |
---|---|---|
![]() | EndOfString | (Inherited from LLParserT.) |
![]() | GetRange | |
![]() | GetRemains |
A maradék string-et adja vissza egészben.
(Inherited from LLParserT.) |
![]() | GetRemains(Int32) |
A maradék string-et adja vissza egészben.
(Inherited from LLParserT.) |
![]() | GetSession | |
![]() | GetSSRC | |
![]() | InitParse |
Kizarolag csak teszteles celjabol!
Ha pl. egy bizonyos header parse-olasat akarjuk letesztelni, akkor beallitjuk ezzel a header tartalmat, majd a konkret Parse() fuggvenyt meghivjuk.
Pl.
parser.InitParse(data);
parser.PWWWAuthenticate();
(Inherited from LLParserT.) |
![]() | IsChar | (Inherited from LLParserT.) |
![]() | LookaheadChar |
Megnézi, hogy a következő karaktert.
(Inherited from LLParserT.) |
![]() | Many | (Inherited from LLParserT.) |
![]() | Many1 | (Inherited from LLParserT.) |
![]() | ManyN | (Inherited from LLParserT.) |
![]() | ManyNM | (Inherited from LLParserT.) |
![]() | PAlpha | (Inherited from LLParserT.) |
![]() | PAlphaNumeric | (Inherited from LLParserT.) |
![]() | PAlphaNumericPlus | (Inherited from LLParserT.) |
![]() | Parse |
A feldolgozás indítása a következő sztringre, nem szálboztos!
(Inherited from LLParserT.) |
![]() | ParseFailed | (Inherited from LLParserT.) |
![]() | ParseFunction | (Overrides LLParserTParseFunction.) |
![]() | ParseMany |
A feldolgozás indítása a következő sztringre, nem szálboztos!
(Inherited from LLParserT.) |
![]() | PChar | (Inherited from LLParserT.) |
![]() | PCrLf | (Inherited from LLParserT.) |
![]() | PDigit | (Inherited from LLParserT.) |
![]() | PDigitChar | (Inherited from LLParserT.) |
![]() | PDigitPlus | (Inherited from LLParserT.) |
![]() | PGetLine | (Inherited from LLParserT.) |
![]() | PInt | (Inherited from LLParserT.) |
![]() | PopIndex | (Inherited from LLParserT.) |
![]() | PRegex(String) | (Inherited from LLParserT.) |
![]() | PRegex(Regex) | (Inherited from LLParserT.) |
![]() | PSpace | (Inherited from LLParserT.) |
![]() | PString | (Inherited from LLParserT.) |
![]() | PStringLowerCase | (Inherited from LLParserT.) |
![]() | PToken |
token = 1*(alphanum / "-" / "." / "!" / "%" / "*" / "_" / "+" / "`" / "'" / "~" )
(Inherited from LLParserT.) |
![]() | PUntil | (Inherited from LLParserT.) |
![]() | PushIndex | (Inherited from LLParserT.) |
![]() | PWord |
word = 1*(alphanum / "-" / "." / "!" / "%" / "*" / "_" / "+" / "`" / "'" / "~" / "(" / ")" / "<" / ">" / ":" / "\" / DQUOTE / "/" / "[" / "]" / "?" / "{" / "}" )
(Inherited from LLParserT.) |
![]() | RollBack | (Inherited from LLParserT.) |
![]() | RollBack(Int32) | (Inherited from LLParserT.) |
![]() | SkipChars |
Meghatározott számú karakter átugrása.
(Inherited from LLParserT.) |
![]() | SkipSpaces |
A space karakterek átugrása.
(Inherited from LLParserT.) |
![]() | SkipWhiteSpaces | (Inherited from LLParserT.) |
![]() | Substring | (Inherited from LLParserT.) |
![]() | ThrowIndex | (Inherited from LLParserT.) |
![]() | Try | (Inherited from LLParserT.) |