C# 클래스 System._Proxy

파일 보기 프로젝트 열기: dolkensp/HoloXPLOR

공개 메소드들

메소드 설명
ReadCString ( this binaryReader ) : String

Read a NULL-Terminated string from the stream

ReadFString ( this binaryReader, Int32 stringLength ) : String

Read a Fixed-Length string from the stream

ReadPString ( this binaryReader, StringSizeEnum byteLength = StringSizeEnum.Int32 ) : String

Read a Length-prefixed string from the stream

메소드 상세

ReadCString() 공개 정적인 메소드

Read a NULL-Terminated string from the stream
public static ReadCString ( this binaryReader ) : String
binaryReader this
리턴 String

ReadFString() 공개 정적인 메소드

Read a Fixed-Length string from the stream
public static ReadFString ( this binaryReader, Int32 stringLength ) : String
binaryReader this
stringLength Int32 Size of the String
리턴 String

ReadPString() 공개 정적인 메소드

Read a Length-prefixed string from the stream
public static ReadPString ( this binaryReader, StringSizeEnum byteLength = StringSizeEnum.Int32 ) : String
binaryReader this
byteLength StringSizeEnum Size of the Length representation
리턴 String