C# Class Peg.Base.PegByteParser.BytesetData

Afficher le fichier Open project: Andos/BinaryFileSchema

Méthodes publiques

Méthode Description
BytesetData ( Range r, byte c ) : System
BytesetData ( Range r, byte c, bool bNegated ) : System
BytesetData ( System b ) : System
BytesetData ( System b, bool bNegated ) : System
Matches ( byte c ) : bool

Method Details

BytesetData() public méthode

public BytesetData ( Range r, byte c ) : System
r Range
c byte
Résultat System

BytesetData() public méthode

public BytesetData ( Range r, byte c, bool bNegated ) : System
r Range
c byte
bNegated bool
Résultat System

BytesetData() public méthode

public BytesetData ( System b ) : System
b System
Résultat System

BytesetData() public méthode

public BytesetData ( System b, bool bNegated ) : System
b System
bNegated bool
Résultat System

Matches() public méthode

public Matches ( byte c ) : bool
c byte
Résultat bool