C# Class Peg.Base.PegByteParser.BytesetData

Show file Open project: Andos/BinaryFileSchema

Public Methods

Method 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 method

public BytesetData ( Range r, byte c ) : System
r Range
c byte
return System

BytesetData() public method

public BytesetData ( Range r, byte c, bool bNegated ) : System
r Range
c byte
bNegated bool
return System

BytesetData() public method

public BytesetData ( System b ) : System
b System
return System

BytesetData() public method

public BytesetData ( System b, bool bNegated ) : System
b System
bNegated bool
return System

Matches() public method

public Matches ( byte c ) : bool
c byte
return bool