C# Class WpfGists.Utility.ByteArrayEx

Afficher le fichier Open project: pierre3/GistsApi

Méthodes publiques

Méthode Description
GetCode ( this bytes ) : Encoding

文字コードを判別する

Jcode.pmのgetcodeメソッドを移植したものです。 Jcode.pm(http://openlab.ring.gr.jp/Jcode/index-j.html) Jcode.pmのCopyright: Copyright 1999-2005 Dan Kogai

ReadBytesAsync ( this stream ) : Task

Method Details

GetCode() public static méthode

文字コードを判別する
Jcode.pmのgetcodeメソッドを移植したものです。 Jcode.pm(http://openlab.ring.gr.jp/Jcode/index-j.html) Jcode.pmのCopyright: Copyright 1999-2005 Dan Kogai
public static GetCode ( this bytes ) : Encoding
bytes this 文字コードを調べるデータ
Résultat System.Text.Encoding

ReadBytesAsync() public static méthode

public static ReadBytesAsync ( this stream ) : Task
stream this
Résultat Task