C# Class AcTools.Utils.Helpers.UTF8Checker

Afficher le fichier Open project: gro-ove/actools Class Usage Examples

Méthodes publiques

Méthode Description
IsUtf8 ( byte buffer, int limit = int.MaxValue ) : bool
IsValid ( byte buffer, int position, int length, int &bytes ) : bool

Method Details

IsUtf8() public static méthode

public static IsUtf8 ( byte buffer, int limit = int.MaxValue ) : bool
buffer byte
limit int
Résultat bool

IsValid() public static méthode

public static IsValid ( byte buffer, int position, int length, int &bytes ) : bool
buffer byte
position int
length int
bytes int
Résultat bool