Property | Type | Description | |
---|---|---|---|
src_ | byte[] |
Method | Description | |
---|---|---|
Bit ( int bitNo, byte toMatch ) : bool | ||
Bits ( int lowBitNo, int highBitNo, BytesetData toMatch ) : bool | ||
Bits ( int lowBitNo, int highBitNo, byte toMatch ) : bool | ||
BitsInto ( int lowBitNo, int highBitNo, BytesetData toMatch, int &into ) : bool | ||
BitsInto ( int lowBitNo, int highBitNo, int &into ) : bool | ||
Char ( byte c1 ) : bool | ||
Char ( byte c1, byte c2 ) : bool | ||
Char ( byte c1, byte c2, byte c3 ) : bool | ||
Char ( byte c1, byte c2, byte c3, byte c4 ) : bool | ||
Char ( byte c1, byte c2, byte c3, byte c4, byte c5 ) : bool | ||
Char ( byte c1, byte c2, byte c3, byte c4, byte c5, byte c6 ) : bool | ||
Char ( byte c1, byte c2, byte c3, byte c4, byte c5, byte c6, byte c7 ) : bool | ||
Char ( byte c1, byte c2, byte c3, byte c4, byte c5, byte c6, byte c7, byte c8 ) : bool | ||
Construct ( byte src, |
||
Fatal ( string sMsg ) : bool | ||
GetSource ( ) : byte[] | ||
IChar ( byte c1 ) : bool | ||
IChar ( byte c1, byte c2 ) : bool | ||
IChar ( byte c1, byte c2, byte c3 ) : bool | ||
IChar ( byte c1, byte c2, byte c3, byte c4 ) : bool | ||
IChar ( byte c1, byte c2, byte c3, byte c4, byte c5 ) : bool | ||
IChar ( byte c1, byte c2, byte c3, byte c4, byte c5, byte c6 ) : bool | ||
IChar ( byte c1, byte c2, byte c3, byte c4, byte c5, byte c6, byte c7 ) : bool | ||
In ( byte s ) : bool | ||
In ( byte c0, byte c1 ) : bool | ||
In ( byte c0, byte c1, byte c2, byte c3 ) : bool | ||
In ( byte c0, byte c1, byte c2, byte c3, byte c4, byte c5 ) : bool | ||
In ( byte c0, byte c1, byte c2, byte c3, byte c4, byte c5, byte c6, byte c7 ) : bool | ||
Into ( Matcher toMatch, |
||
Into ( Matcher toMatch, byte &into ) : bool | ||
Into ( Matcher toMatch, double &into ) : bool | ||
Into ( Matcher toMatch, int &into ) : bool | ||
IntoBits ( int lowBitNo, int highBitNo, BytesetData toMatch, int &val ) : bool | ||
IntoBits ( int lowBitNo, int highBitNo, int &val ) : bool | ||
NotBit ( int bitNo, byte toMatch ) : bool | ||
NotBits ( int lowBitNo, int highBitNo, byte toMatch ) : bool | ||
NotIn ( byte s ) : bool | ||
NotOneOf ( byte s ) : bool | ||
OneOf ( BytesetData bset ) : bool | ||
OneOf ( byte s ) : bool | ||
OneOf ( byte c0, byte c1 ) : bool | ||
OneOf ( byte c0, byte c1, byte c2 ) : bool | ||
OneOf ( byte c0, byte c1, byte c2, byte c3 ) : bool | ||
OneOf ( byte c0, byte c1, byte c2, byte c3, byte c4 ) : bool | ||
OneOf ( byte c0, byte c1, byte c2, byte c3, byte c4, byte c5 ) : bool | ||
OneOf ( byte c0, byte c1, byte c2, byte c3, byte c4, byte c5, byte c6 ) : bool | ||
OneOf ( byte c0, byte c1, byte c2, byte c3, byte c4, byte c5, byte c6, byte c7 ) : bool | ||
PeekBit ( int bitNo, byte toMatch ) : bool | ||
PeekBits ( int lowBitNo, int highBitNo, byte toMatch ) : bool | ||
PegByteParser ( ) : System | ||
PegByteParser ( byte src ) : System | ||
PegByteParser ( byte src, |
||
SetSource ( byte src ) : void | ||
ToUpper ( byte c ) : byte | ||
Warning ( string sMsg ) : bool |
Method | Description | |
---|---|---|
LogOutMsg ( string sErrKind, string sMsg ) : void |
public Bit ( int bitNo, byte toMatch ) : bool | ||
bitNo | int | |
toMatch | byte | |
return | bool |
public Bits ( int lowBitNo, int highBitNo, BytesetData toMatch ) : bool | ||
lowBitNo | int | |
highBitNo | int | |
toMatch | BytesetData | |
return | bool |
public Bits ( int lowBitNo, int highBitNo, byte toMatch ) : bool | ||
lowBitNo | int | |
highBitNo | int | |
toMatch | byte | |
return | bool |
public BitsInto ( int lowBitNo, int highBitNo, BytesetData toMatch, int &into ) : bool | ||
lowBitNo | int | |
highBitNo | int | |
toMatch | BytesetData | |
into | int | |
return | bool |
public BitsInto ( int lowBitNo, int highBitNo, int &into ) : bool | ||
lowBitNo | int | |
highBitNo | int | |
into | int | |
return | bool |
public Char ( byte c1, byte c2, byte c3 ) : bool | ||
c1 | byte | |
c2 | byte | |
c3 | byte | |
return | bool |
public Char ( byte c1, byte c2, byte c3, byte c4 ) : bool | ||
c1 | byte | |
c2 | byte | |
c3 | byte | |
c4 | byte | |
return | bool |
public Char ( byte c1, byte c2, byte c3, byte c4, byte c5 ) : bool | ||
c1 | byte | |
c2 | byte | |
c3 | byte | |
c4 | byte | |
c5 | byte | |
return | bool |
public Char ( byte c1, byte c2, byte c3, byte c4, byte c5, byte c6 ) : bool | ||
c1 | byte | |
c2 | byte | |
c3 | byte | |
c4 | byte | |
c5 | byte | |
c6 | byte | |
return | bool |
public Char ( byte c1, byte c2, byte c3, byte c4, byte c5, byte c6, byte c7 ) : bool | ||
c1 | byte | |
c2 | byte | |
c3 | byte | |
c4 | byte | |
c5 | byte | |
c6 | byte | |
c7 | byte | |
return | bool |
public Char ( byte c1, byte c2, byte c3, byte c4, byte c5, byte c6, byte c7, byte c8 ) : bool | ||
c1 | byte | |
c2 | byte | |
c3 | byte | |
c4 | byte | |
c5 | byte | |
c6 | byte | |
c7 | byte | |
c8 | byte | |
return | bool |
public Construct ( byte src, |
||
src | byte | |
Fout | ||
return | void |
public IChar ( byte c1, byte c2, byte c3 ) : bool | ||
c1 | byte | |
c2 | byte | |
c3 | byte | |
return | bool |
public IChar ( byte c1, byte c2, byte c3, byte c4 ) : bool | ||
c1 | byte | |
c2 | byte | |
c3 | byte | |
c4 | byte | |
return | bool |
public IChar ( byte c1, byte c2, byte c3, byte c4, byte c5 ) : bool | ||
c1 | byte | |
c2 | byte | |
c3 | byte | |
c4 | byte | |
c5 | byte | |
return | bool |
public IChar ( byte c1, byte c2, byte c3, byte c4, byte c5, byte c6 ) : bool | ||
c1 | byte | |
c2 | byte | |
c3 | byte | |
c4 | byte | |
c5 | byte | |
c6 | byte | |
return | bool |
public IChar ( byte c1, byte c2, byte c3, byte c4, byte c5, byte c6, byte c7 ) : bool | ||
c1 | byte | |
c2 | byte | |
c3 | byte | |
c4 | byte | |
c5 | byte | |
c6 | byte | |
c7 | byte | |
return | bool |
public In ( byte c0, byte c1, byte c2, byte c3 ) : bool | ||
c0 | byte | |
c1 | byte | |
c2 | byte | |
c3 | byte | |
return | bool |
public In ( byte c0, byte c1, byte c2, byte c3, byte c4, byte c5 ) : bool | ||
c0 | byte | |
c1 | byte | |
c2 | byte | |
c3 | byte | |
c4 | byte | |
c5 | byte | |
return | bool |
public In ( byte c0, byte c1, byte c2, byte c3, byte c4, byte c5, byte c6, byte c7 ) : bool | ||
c0 | byte | |
c1 | byte | |
c2 | byte | |
c3 | byte | |
c4 | byte | |
c5 | byte | |
c6 | byte | |
c7 | byte | |
return | bool |
public Into ( Matcher toMatch, |
||
toMatch | Matcher | |
begEnd | ||
return | bool |
public Into ( Matcher toMatch, byte &into ) : bool | ||
toMatch | Matcher | |
into | byte | |
return | bool |
public Into ( Matcher toMatch, double &into ) : bool | ||
toMatch | Matcher | |
into | double | |
return | bool |
public Into ( Matcher toMatch, int &into ) : bool | ||
toMatch | Matcher | |
into | int | |
return | bool |
public IntoBits ( int lowBitNo, int highBitNo, BytesetData toMatch, int &val ) : bool | ||
lowBitNo | int | |
highBitNo | int | |
toMatch | BytesetData | |
val | int | |
return | bool |
public IntoBits ( int lowBitNo, int highBitNo, int &val ) : bool | ||
lowBitNo | int | |
highBitNo | int | |
val | int | |
return | bool |
protected LogOutMsg ( string sErrKind, string sMsg ) : void | ||
sErrKind | string | |
sMsg | string | |
return | void |
public NotBit ( int bitNo, byte toMatch ) : bool | ||
bitNo | int | |
toMatch | byte | |
return | bool |
public NotBits ( int lowBitNo, int highBitNo, byte toMatch ) : bool | ||
lowBitNo | int | |
highBitNo | int | |
toMatch | byte | |
return | bool |
public OneOf ( byte c0, byte c1, byte c2 ) : bool | ||
c0 | byte | |
c1 | byte | |
c2 | byte | |
return | bool |
public OneOf ( byte c0, byte c1, byte c2, byte c3 ) : bool | ||
c0 | byte | |
c1 | byte | |
c2 | byte | |
c3 | byte | |
return | bool |
public OneOf ( byte c0, byte c1, byte c2, byte c3, byte c4 ) : bool | ||
c0 | byte | |
c1 | byte | |
c2 | byte | |
c3 | byte | |
c4 | byte | |
return | bool |
public OneOf ( byte c0, byte c1, byte c2, byte c3, byte c4, byte c5 ) : bool | ||
c0 | byte | |
c1 | byte | |
c2 | byte | |
c3 | byte | |
c4 | byte | |
c5 | byte | |
return | bool |
public OneOf ( byte c0, byte c1, byte c2, byte c3, byte c4, byte c5, byte c6 ) : bool | ||
c0 | byte | |
c1 | byte | |
c2 | byte | |
c3 | byte | |
c4 | byte | |
c5 | byte | |
c6 | byte | |
return | bool |
public OneOf ( byte c0, byte c1, byte c2, byte c3, byte c4, byte c5, byte c6, byte c7 ) : bool | ||
c0 | byte | |
c1 | byte | |
c2 | byte | |
c3 | byte | |
c4 | byte | |
c5 | byte | |
c6 | byte | |
c7 | byte | |
return | bool |
public PeekBit ( int bitNo, byte toMatch ) : bool | ||
bitNo | int | |
toMatch | byte | |
return | bool |
public PeekBits ( int lowBitNo, int highBitNo, byte toMatch ) : bool | ||
lowBitNo | int | |
highBitNo | int | |
toMatch | byte | |
return | bool |
public PegByteParser ( byte src, |
||
src | byte | |
errOut | ||
return | System |