C# Class WpfGists.Utility.ByteArrayEx

Mostra file Open project: pierre3/GistsApi

Public Methods

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

文字コードを判別する
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 文字コードを調べるデータ
return System.Text.Encoding

ReadBytesAsync() public static method

public static ReadBytesAsync ( this stream ) : Task
stream this
return Task