C# 클래스 WpfGists.Utility.ByteArrayEx

파일 보기 프로젝트 열기: pierre3/GistsApi

공개 메소드들

메소드 설명
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

메소드 상세

GetCode() 공개 정적인 메소드

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

ReadBytesAsync() 공개 정적인 메소드

public static ReadBytesAsync ( this stream ) : Task
stream this
리턴 Task