C# 클래스 Gibbed.RED.FileFormats.StreamHelpers

파일 보기 프로젝트 열기: yole/Gibbed.RED

공개 메소드들

메소드 설명
ReadEncodedString ( this stream ) : string
ReadEncodedStringBuffer ( this stream ) : byte[]
ReadEncodedStringW ( this stream ) : string
ReadValueEncodedS32 ( this stream ) : int
WriteEncodedString ( this stream, string value ) : void
WriteEncodedStringBuffer ( this stream, byte value ) : void
WriteValueEncodedS32 ( this stream, int value ) : void

메소드 상세

ReadEncodedString() 공개 정적인 메소드

public static ReadEncodedString ( this stream ) : string
stream this
리턴 string

ReadEncodedStringBuffer() 공개 정적인 메소드

public static ReadEncodedStringBuffer ( this stream ) : byte[]
stream this
리턴 byte[]

ReadEncodedStringW() 공개 정적인 메소드

public static ReadEncodedStringW ( this stream ) : string
stream this
리턴 string

ReadValueEncodedS32() 공개 정적인 메소드

public static ReadValueEncodedS32 ( this stream ) : int
stream this
리턴 int

WriteEncodedString() 공개 정적인 메소드

public static WriteEncodedString ( this stream, string value ) : void
stream this
value string
리턴 void

WriteEncodedStringBuffer() 공개 정적인 메소드

public static WriteEncodedStringBuffer ( this stream, byte value ) : void
stream this
value byte
리턴 void

WriteValueEncodedS32() 공개 정적인 메소드

public static WriteValueEncodedS32 ( this stream, int value ) : void
stream this
value int
리턴 void