C# 클래스 Rsdn.Janus.Framework.Networking.Resource

파일 보기 프로젝트 열기: rsdn/janus 1 사용 예제들

공개 메소드들

메소드 설명
EncodeText ( string text, Encoding encoding ) : byte[]
GetPackedBytes ( ) : byte[]
GetReader ( ) : ResourceReader
Resource ( string mimeType, byte bytes ) : System.IO
Resource ( string mimeType, string text ) : System.IO
Resource ( string mimeType, string text, Encoding encoding ) : System.IO
Unpack ( byte bytes ) : Resource

비공개 메소드들

메소드 설명
Pack ( string mimeType, byte bytes, int &mimeEnd ) : byte[]
Resource ( string mimeType, byte bytes, int mimeEnd ) : System.IO

메소드 상세

EncodeText() 공개 정적인 메소드

public static EncodeText ( string text, Encoding encoding ) : byte[]
text string
encoding System.Text.Encoding
리턴 byte[]

GetPackedBytes() 공개 메소드

public GetPackedBytes ( ) : byte[]
리턴 byte[]

GetReader() 공개 메소드

public GetReader ( ) : ResourceReader
리턴 ResourceReader

Resource() 공개 메소드

public Resource ( string mimeType, byte bytes ) : System.IO
mimeType string
bytes byte
리턴 System.IO

Resource() 공개 메소드

public Resource ( string mimeType, string text ) : System.IO
mimeType string
text string
리턴 System.IO

Resource() 공개 메소드

public Resource ( string mimeType, string text, Encoding encoding ) : System.IO
mimeType string
text string
encoding System.Text.Encoding
리턴 System.IO

Unpack() 공개 정적인 메소드

public static Unpack ( byte bytes ) : Resource
bytes byte
리턴 Resource