C# 클래스 Recurity.Swf.AVM2.Static.StringInfo

파일 보기 프로젝트 열기: rtezli/Blitzableiter

공개 메소드들

메소드 설명
Length ( string value ) : uint

Read ( Stream source ) : string

Write ( Stream destination, string svalue ) : void

메소드 상세

Length() 공개 정적인 메소드

public static Length ( string value ) : uint
value string
리턴 uint

Read() 공개 정적인 메소드

public static Read ( Stream source ) : string
source Stream
리턴 string

Write() 공개 정적인 메소드

public static Write ( Stream destination, string svalue ) : void
destination Stream
svalue string
리턴 void