C# 클래스 eveMarshal.PyString

상속: PyObject
파일 보기 프로젝트 열기: stschake/eveMarshal 1 사용 예제들

공개 메소드들

메소드 설명
Decode ( Unmarshal context, MarshalOpcode op, BinaryReader source ) : void
PyString ( ) : System
PyString ( byte raw ) : System
PyString ( string data ) : System
PyString ( string data, bool forceUTF8 ) : System
ToString ( ) : string

보호된 메소드들

메소드 설명
EncodeInternal ( BinaryWriter output ) : void

비공개 메소드들

메소드 설명
Update ( byte data, bool isUnicode = false ) : void
Update ( string data ) : void
UpdateUTF8 ( byte data ) : void

메소드 상세

Decode() 공개 메소드

public Decode ( Unmarshal context, MarshalOpcode op, BinaryReader source ) : void
context Unmarshal
op MarshalOpcode
source System.IO.BinaryReader
리턴 void

EncodeInternal() 보호된 메소드

protected EncodeInternal ( BinaryWriter output ) : void
output System.IO.BinaryWriter
리턴 void

PyString() 공개 메소드

public PyString ( ) : System
리턴 System

PyString() 공개 메소드

public PyString ( byte raw ) : System
raw byte
리턴 System

PyString() 공개 메소드

public PyString ( string data ) : System
data string
리턴 System

PyString() 공개 메소드

public PyString ( string data, bool forceUTF8 ) : System
data string
forceUTF8 bool
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string