C# 클래스 OKr.MXReader.Client.Core.File.AtFile

파일 보기 프로젝트 열기: anytao/ModernReader

공개 메소드들

메소드 설명
Decompress ( byte b ) : byte[]
GetBytes ( string url, UriKind urikind ) : byte[]
GetContent ( string url, int index ) : string
Subarray ( byte array, int startIndexInclusive, int endIndexExclusive ) : byte[]

메소드 상세

Decompress() 공개 정적인 메소드

public static Decompress ( byte b ) : byte[]
b byte
리턴 byte[]

GetBytes() 공개 정적인 메소드

public static GetBytes ( string url, UriKind urikind ) : byte[]
url string
urikind UriKind
리턴 byte[]

GetContent() 공개 정적인 메소드

public static GetContent ( string url, int index ) : string
url string
index int
리턴 string

Subarray() 공개 정적인 메소드

public static Subarray ( byte array, int startIndexInclusive, int endIndexExclusive ) : byte[]
array byte
startIndexInclusive int
endIndexExclusive int
리턴 byte[]